Show / Hide Table of Contents

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 Source

Acos

acos(), angles in degrees.

Declaration
public const string Acos = "acos"
Field Value
Type Description
System.String
| Improve this Doc View Source

Asin

asin(), angles in degrees.

Declaration
public const string Asin = "asin"
Field Value
Type Description
System.String
| Improve this Doc View Source

Atan

atan(), angles in degrees.

Declaration
public const string Atan = "atan"
Field Value
Type Description
System.String
| Improve this Doc View Source

Cos

cos(), angles in degrees.

Declaration
public const string Cos = "cos"
Field Value
Type Description
System.String
| Improve this Doc View Source

Exp

e to the something.

Declaration
public const string Exp = "exp"
Field Value
Type Description
System.String
| Improve this Doc View Source

Exp10

10 to the something.

Declaration
public const string Exp10 = "exp10"
Field Value
Type Description
System.String
| Improve this Doc View Source

Log

log base e.

Declaration
public const string Log = "log"
Field Value
Type Description
System.String
| Improve this Doc View Source

Log10

log base 10.

Declaration
public const string Log10 = "log10"
Field Value
Type Description
System.String
| Improve this Doc View Source

Sin

sin(), angles in degrees.

Declaration
public const string Sin = "sin"
Field Value
Type Description
System.String
| Improve this Doc View Source

Tan

tan(), angles in degrees.

Declaration
public const string Tan = "tan"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX