←Select platform

MathematicalFunctionCommandType Enumeration

Summary
Value that indicates the function used by the MathematicalFunctionCommand class object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum MathematicalFunctionCommandType   
typedef NS_ENUM(NSInteger, LTMathematicalFunctionCommandType) { 
 LTMathematicalFunctionCommandTypeSquare = 0x0000,  
 LTMathematicalFunctionCommandTypeLogarithm = 0x0001,  
 LTMathematicalFunctionCommandTypeSquareRoot = 0x0002,  
 LTMathematicalFunctionCommandTypeSine = 0x0003,  
 LTMathematicalFunctionCommandTypeCosine = 0x0004 
}; 
public final class MathematicalFunctionCommandType 
    extends java.lang.Enum<MathematicalFunctionCommandType> 
public enum class MathematicalFunctionCommandType   
class MathematicalFunctionCommandType(Enum): 
   Square = 0 
   Logarithm = 1 
   SquareRoot = 2 
   Sine = 3 
   Cosine = 4 
Members
ValueMemberDescription
0Square Square function.
1Logarithm Logarithmic function.
2SquareRoot Square root function.
3Sine Sine function.
4Cosine Cosine function.
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.