Click or drag to resize

DFNumericColumnToStringArray(String) Method

Exports the contents of this column to an array of strings.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override string[] ToStringArray(
	string format
)

Parameters

format  String
Numeric format such as "F3"

Return Value

String
A string[] containing the contents of this column.
Remarks
Missing values are exported as StatsSettings.MissingStringValue.
See Also