Show / Hide Table of Contents

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 Source

Conj

Complex conjugate.

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

Polar

Convert to polar coordinates.

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

Rect

Convert to rectangular coordinates.

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