Click or drag to resize

ISensorDouble Interface

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public interface ISensorDouble : ISensor<double>, 
	ISensor, IVariable, ITypedExpression, IExpressionAcceptor, IExpression<double>

The ISensorDouble type exposes the following members.

Properties
  NameDescription
Public propertyConversionFactor
Public propertyConversionOffset
Public propertyGetter (Inherited from ISensorT.)
Public propertyId (Inherited from ISensor.)
Public propertyName (Inherited from IVariable.)
Public propertyResultType (Inherited from ITypedExpression.)
Public propertyTargetUnit
Public propertyValue (Inherited from IVariable.)
Top
Methods
  NameDescription
Public methodAccept``1 (Inherited from IExpressionAcceptor.)
Public methodEvaluate (Inherited from ITypedExpression.)
Top
See Also