public enum MathematicalFunctionCommandType
typedef NS_ENUM(NSInteger, LTMathematicalFunctionCommandType) {
LTMathematicalFunctionCommandTypeSquare = 0x0000,
LTMathematicalFunctionCommandTypeLogarithm = 0x0001,
LTMathematicalFunctionCommandTypeSquareRoot = 0x0002,
LTMathematicalFunctionCommandTypeSine = 0x0003,
LTMathematicalFunctionCommandTypeCosine = 0x0004
};
public final class MathematicalFunctionCommandType
extends java.lang.Enum<MathematicalFunctionCommandType>
public enum class MathematicalFunctionCommandType
class MathematicalFunctionCommandType(Enum):
Square = 0
Logarithm = 1
SquareRoot = 2
Sine = 3
Cosine = 4
Value | Member | Description |
---|---|---|
0 | Square | Square function. |
1 | Logarithm | Logarithmic function. |
2 | SquareRoot | Square root function. |
3 | Sine | Sine function. |
4 | Cosine | Cosine function. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document