Returns the CategoricalScale associated with the specified dimension.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function GetScale ( _
	dimension As Integer _
) As CategoricalScale
C#
public CategoricalScale GetScale (
	int dimension
)
C++
public:
CategoricalScale^ GetScale (
	int dimension
)

Parameters

dimension (System.Int32)
Zero-based index of the dimension.

Return Value

The CategoricalScale associated with the dimension specified by dimension.

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptiondimension is less than zero -or-dimension is greater than or equal to Rank.