Click or drag to resize

DFNumericColumnItem Property

Gets the object in this column at the given position.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double this[
	int position
] { get; set; }

Parameters

position  Int32
 

Property Value

Double
Remarks
Returns a double.
See Also