Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

MathematicalFunctionCommandType Enumeration








Value that indicates the function used by the MathematicalFunctionCommand class object.
Syntax
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  
Members
ValueMemberDescription
0Square Square function.
1Logarithm Logarithmic function.
2SquareRoot Square root function.
3Sine Sine function.
4Cosine Cosine function.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.MathematicalFunctionCommandType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

Error processing SSI file