Class Enums.OperationMath2
Various math functions on images.
Inheritance
System.Object
Enums.OperationMath2
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 OperationMath2
Remarks
See Math(String).
Fields
| Improve this Doc View SourcePow
pow( left, right ).
Declaration
public const string Pow = "pow"
Field Value
Type | Description |
---|---|
System.String |
Wop
pow( right, left ).
Declaration
public const string Wop = "wop"
Field Value
Type | Description |
---|---|
System.String |