|  | FloatDataBlockItem Property | 
            Custom indexer for the FloatDataBlock struct.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic float this[
	int pos
] { get; set; }Public Default Property Item ( 
	pos As Integer
) As Single
	Get
	Set
public:
property float default[int pos] {
	float get (int pos);
	void set (int pos, float value);
}member Item : float32 with get, set
Parameters
- pos  Int32
-  
Property Value
Single See Also
See Also