'DeclarationPublic Function GetDoubleValue( _ ByVal index As System.Integer _ ) As System.Double
'UsageDim instance As NDataSeriesDouble Dim index As System.Integer Dim value As System.Double value = instance.GetDoubleValue(index)
public System.double GetDoubleValue( System.int index )
Parameters
- index