[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Device.Longitude"]
public decimal? Longitude { get; set; }
Public Property Longitude As Decimal? Get Set
public: property Nullable<Decimal> Longitude { Nullable<Decimal> get (); void set (Nullable<Decimal> value); }
function get_Longitude(); function set_Longitude(value);
In This Article