Struct Npp64sc
Complex Number.
This struct represents a long long 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 Npp64sc
Constructors
| Improve this Doc View SourceNpp64sc(Int64, Int64)
Non-default constructor
Declaration
public Npp64sc(long aRe, long aIm)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | aRe | |
System.Int64 | 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()