SensorDouble Class |
[Missing <summary> documentation for "T:DHI.Mike1D.ControlModule.SensorDouble"]
Namespace: DHI.Mike1D.ControlModule
The SensorDouble type exposes the following members.
| Name | Description | |
|---|---|---|
| SensorDouble | Initializes a new instance of the SensorDouble class |
| Name | Description | |
|---|---|---|
| ConversionFactor |
Factor to convert from engine unit to sensor TargetUnit sensorValue = engineValue*ConversionFactor + ConversionOffset Only available for sensors returning a double value | |
| ConversionOffset |
Factor to convert from engine unit to sensor TargetUnit sensorValue = engineValue*ConversionFactor + ConversionOffset Only available for sensors returning a double value | |
| Getter |
Getter used to extract the value of the sensor
(Inherited from SensorT.) | |
| Id |
Unique id
(Inherited from SensorT.) | |
| ResultType |
Type of value that the sensor retrieves.
(Inherited from SensorT.) | |
| TargetUnit |
Target unit, unit in which the sensor is supposed to return its value.
Only available for sensors returning a double value |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Evaluate | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |