Struct Npp64fc
Complex Number.
This struct represents a double floating-point complex number.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ManagedCuda.NPP
Assembly: NPP.dll
Syntax
public struct Npp64fc
Constructors
| Improve this Doc View SourceNpp64fc(Double, Double)
Non-default constructor
Declaration
public Npp64fc(double aRe, double aIm)
Parameters
Type | Name | Description |
---|---|---|
System.Double | aRe | |
System.Double | aIm |
Methods
| Improve this Doc View SourceToString()
Overrides ToString(): "re + im i"
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()