 | FFT2DBaseDimension Property |
Gets the FFT dimension; typically either 1, 2 or 3.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic int Dimension { get; }
Public ReadOnly Property Dimension As Integer
Get
public:
property int Dimension {
int get ();
}
member Dimension : int with get
Property Value
Type:
Int32
See Also