Gets or sets the value by index.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double this[
int p_ValueIdx
] { get; set; }
Public Property Value (
p_ValueIdx As Integer
) As Double
Get
Set
Parameters
- p_ValueIdx
- Type: SystemInt32
Property Value
Type:
DoubleThe value in the given index.
See Also