Returns a string representation for the specified level.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual string GetLevelString(
int levelIndex,
bool fullRank
)
Public Overridable Function GetLevelString (
levelIndex As Integer,
fullRank As Boolean
) As String
public:
virtual String^ GetLevelString(
int levelIndex,
bool fullRank
)
abstract GetLevelString :
levelIndex : int *
fullRank : bool -> string
override GetLevelString :
levelIndex : int *
fullRank : bool -> string
Parameters
- levelIndex
- Type: SystemInt32
The level for which a string representation is requested. - fullRank
- Type: SystemBoolean
Specifies whether the encoding is full rank.
Return Value
Type:
String
Reference