LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

MathematicalFunctionCommandType Enumeration

Show in webframe







Value that indicates the function used by the MathematicalFunctionCommand class object.
Syntax
public enum MathematicalFunctionCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum MathematicalFunctionCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As MathematicalFunctionCommandType
public enum MathematicalFunctionCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTMathematicalFunctionCommandType
public enum MathematicalFunctionCommandType
Leadtools.ImageProcessing.Color.MathematicalFunctionCommandType = function() { };
Leadtools.ImageProcessing.Color.MathematicalFunctionCommandType.prototype = {
Square = 0x00000000, Logarithm = 0x00000001, SquareRoot = 0x00000002, Sine = 0x00000003, Cosine = 0x00000004, };
public enum class MathematicalFunctionCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000SquareSquare function.
0x00000001LogarithmLogarithmic function.
0x00000002SquareRootSquare root function.
0x00000003SineSine function.
0x00000004CosineCosine function.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.