C#
VB
Java
Objective-C
WinRT C#
C++
Value that indicates the function used by the MathematicalFunctionCommand class object.
public enum MathematicalFunctionCommandType
Public Enum MathematicalFunctionCommandType
public enum MathematicalFunctionCommandType
typedef NS_ENUM(NSInteger, LTMathematicalFunctionCommandType)
public enum MathematicalFunctionCommandType
Leadtools.ImageProcessing.Color.MathematicalFunctionCommandType = function() { };
Leadtools.ImageProcessing.Color.MathematicalFunctionCommandType.prototype = {<br/>
Square = 0,
Logarithm = 1,
SquareRoot = 2,
Sine = 3,
Cosine = 4,
};
public enum class MathematicalFunctionCommandType
Members
Value | Member | Description |
---|---|---|
0 | Square | Square function. |
1 | Logarithm | Logarithmic function. |
2 | SquareRoot | Square root function. |
3 | Sine | Sine function. |
4 | Cosine | Cosine function. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET