类 MathFunction1D
- java.lang.Object
-
- org.meteoinfo.image.math.MathFunction1D
-
- 所有已实现的接口:
Function1D
public class MathFunction1D extends Object implements Function1D
-
-
构造器概要
构造器 构造器 说明 MathFunction1D(int operation)
-
-
-
字段详细资料
-
SIN
public static final int SIN
- 另请参阅:
- 常量字段值
-
COS
public static final int COS
- 另请参阅:
- 常量字段值
-
TAN
public static final int TAN
- 另请参阅:
- 常量字段值
-
SQRT
public static final int SQRT
- 另请参阅:
- 常量字段值
-
ASIN
public static final int ASIN
- 另请参阅:
- 常量字段值
-
ACOS
public static final int ACOS
- 另请参阅:
- 常量字段值
-
ATAN
public static final int ATAN
- 另请参阅:
- 常量字段值
-
SQR
public static final int SQR
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
evaluate
public float evaluate(float v)
- 指定者:
evaluate在接口中Function1D
-
-