'Declaration Public ReadOnly Property ZValue As System.Nullable(Of Double)
'Usage Dim instance As XYZDataPoint Dim value As System.Nullable(Of Double) value = instance.ZValue
public System.Nullable<double> ZValue {get;}
'Declaration Public ReadOnly Property ZValue As System.Nullable(Of Double)
'Usage Dim instance As XYZDataPoint Dim value As System.Nullable(Of Double) value = instance.ZValue
public System.Nullable<double> ZValue {get;}