←Select platform

MathematicalFunctionCommandType Enumeration

Summary

Value that indicates the function used by the MathematicalFunctionCommand class object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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

ValueMemberDescription
0Square Square function.
1Logarithm Logarithmic function.
2SquareRoot Square root function.
3Sine Sine function.
4Cosine Cosine function.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly