[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.PhasorValues.Phase"]
public char? Phase { get; set; }
Public Property Phase As Char?
Get
Set
public:
property Nullable<wchar_t> Phase {
Nullable<wchar_t> get ();
void set (Nullable<wchar_t> value);
}
function get_Phase();
function set_Phase(value);