| SensorsWeight Property |
[This is preliminary documentation and is subject to change.]
Weighting factor for this Sensor measurement with respect to other Sensors. Default is 1.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double Weight { get; set; }
Public Property Weight As Double
Get
Set
public:
property double Weight {
double get ();
void set (double value);
}
member Weight : float with get, set
function get_Weight();
function set_Weight(value);
Property Value
Type:
DoubleSee Also