public double? DMax { get; }
Public ReadOnly Property DMax As Double? Get
public: property Nullable<double> DMax { Nullable<double> get (); }
member DMax : Nullable<float> with get
In This Article