Fft Base<T>.Get Length Method
Returns the length of the transform for the specified dimension.
Definition
Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The length of the transform in the specified dimension.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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
ArgumentOutOfRangeException | dimension is less than zero or greater than the dimension of the transform. |