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