'Declaration
Public Const Scalar As Integer
'Usage
Dim value As Integer value = UAValueRanks.Scalar
public const int Scalar
public: const int Scalar
'Declaration
Public Const Scalar As Integer
'Usage
Dim value As Integer value = UAValueRanks.Scalar
public const int Scalar
public: const int Scalar
This value rank is used to indicate that the variable's value is always a single value (scalar) and not an array. Scalars are the simplest form of data representation in OPC-UA, suitable for variables that hold a single value of a specific data type.
The corresponding traditional array rank value would be 0.