Class Enums.OperationMath
Various math functions on images.
Inheritance
System.Object
Enums.OperationMath
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public static class OperationMath
Remarks
See Math(String).
Fields
| Improve this Doc View SourceAcos
acos(), angles in degrees.
Declaration
public const string Acos = "acos"
Field Value
Type | Description |
---|---|
System.String |
Asin
asin(), angles in degrees.
Declaration
public const string Asin = "asin"
Field Value
Type | Description |
---|---|
System.String |
Atan
atan(), angles in degrees.
Declaration
public const string Atan = "atan"
Field Value
Type | Description |
---|---|
System.String |
Cos
cos(), angles in degrees.
Declaration
public const string Cos = "cos"
Field Value
Type | Description |
---|---|
System.String |
Exp
e to the something.
Declaration
public const string Exp = "exp"
Field Value
Type | Description |
---|---|
System.String |
Exp10
10 to the something.
Declaration
public const string Exp10 = "exp10"
Field Value
Type | Description |
---|---|
System.String |
Log
log base e.
Declaration
public const string Log = "log"
Field Value
Type | Description |
---|---|
System.String |
Log10
log base 10.
Declaration
public const string Log10 = "log10"
Field Value
Type | Description |
---|---|
System.String |
Sin
sin(), angles in degrees.
Declaration
public const string Sin = "sin"
Field Value
Type | Description |
---|---|
System.String |
Tan
tan(), angles in degrees.
Declaration
public const string Tan = "tan"
Field Value
Type | Description |
---|---|
System.String |