Custom indexer for the FloatDataBlock struct.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public float this[ int pos ] { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Default Property Item ( _ pos As Integer _ ) As Single |
| Visual C++ |
|---|
public: property float default[int pos] { float get (int pos); void set (int pos, float value); } |
Parameters
- pos
- Type: System..::.Int32