DataValueCursor CreateNumeric Method (IDataColumn, Boolean) TIBCO Spotfire 6.5 API Reference
Creates a value cursor for the numeric values of a given column.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax

public static DataValueCursor<double> CreateNumeric(
	IDataColumn column,
	bool checkValidity
)

Parameters

column
Type: Spotfire.Dxp.Data IDataColumn
The column.
checkValidity
Type: System Boolean
True if a check for validity should be performed.

Return Value

Type: DataValueCursor Double 
A value cursor.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also