Click or drag to resize
XGFieldValue Property
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; }

Parameters

p_ValueIdx
Type: SystemInt32

Property Value

Type: Double
The value in the given index.
See Also