[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Measurement.FramesPerSecond"]
[DefaultValueAttribute(30)]
public double? FramesPerSecond { get; set; }
<DefaultValueAttribute(30)>
Public Property FramesPerSecond As Double?
Get
Set
public:
[DefaultValueAttribute(30)]
property Nullable<double> FramesPerSecond {
Nullable<double> get ();
void set (Nullable<double> value);
}
function get_FramesPerSecond();
function set_FramesPerSecond(value);