Class Enums.OperationComplex
Operations on complex images.
Inheritance
System.Object
Enums.OperationComplex
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 OperationComplex
Remarks
See Complex(String).
Fields
| Improve this Doc View SourceConj
Complex conjugate.
Declaration
public const string Conj = "conj"
Field Value
Type | Description |
---|---|
System.String |
Polar
Convert to polar coordinates.
Declaration
public const string Polar = "polar"
Field Value
Type | Description |
---|---|
System.String |
Rect
Convert to rectangular coordinates.
Declaration
public const string Rect = "rect"
Field Value
Type | Description |
---|---|
System.String |