FftBase<T>.GetLength 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#
public int GetLength(
	int dimension
)

Parameters

dimension  Int32
The zero-based index of the dimension.

Return Value

Int32
The length of the transform in the specified dimension.

Exceptions

ArgumentOutOfRangeExceptiondimension is less than zero or greater than the dimension of the transform.

See Also