Fft Base<T>.Get Length Method
Returns the length of the transform for the specified dimension.
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The length of the transform in the specified dimension.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public int GetLength(
int dimension
)
Parameters
- dimension Int32
- The zero-based index of the dimension.
Return Value
Int32The length of the transform in the specified dimension.
Exceptions
Argument | dimension is less than zero or greater than the dimension of the transform. |