QuickOPC User's Guide and Reference
Double Property (UAOpcBinaryStandardDataTypes)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel Namespace > UAOpcBinaryStandardDataTypes Class : Double Property
"An IEEE 754-1985 double precision floating point value."
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property Double As PrimitiveDataType
'Usage
 
Dim value As PrimitiveDataType
 
value = UAOpcBinaryStandardDataTypes.Double
[NotNull()]
public static PrimitiveDataType Double {get;}
[NotNull()]
public:
static property PrimitiveDataType^ Double {
   PrimitiveDataType^ get();
}
Remarks

In .NET, it is represented by the Double type.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also