DlmsTypeValueIsNumber Property

This property should return true if ValueAsDouble is available, otherwise it should return false. It indicated if this value can be stored and treated as number.

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
public virtual bool ValueIsNumber { get; }

Property Value

Boolean

See Also