 | DoubleDataBlockItem Property |
Custom indexer for the DoubleDataBlock struct.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic double this[
int pos
] { get; set; }
Public Default Property Item (
pos As Integer
) As Double
Get
Set
public:
property double default[int pos] {
double get (int pos);
void set (int pos, double value);
}
member Item : float with get, set
Parameters
- pos
- Type: SystemInt32
Property Value
Type:
Double
See Also