![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
public enum MathematicalFunctionCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum MathematicalFunctionCommandType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As MathematicalFunctionCommandType
public enum MathematicalFunctionCommandType : System.IComparable, System.IConvertible, System.IFormattable
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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | Square | Square function. ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
1 | Logarithm | Logarithmic function. ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
2 | SquareRoot | Square root function. ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
3 | Sine | Sine function. ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
4 | Cosine | Cosine function. ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.MathematicalFunctionCommandType