ValuesUnit

Unit functions ValuesUnit

concept

  1. Values unit is a Unit whose role is to define the Value type and Metric of the values of a Data item.
  2. ValuesUnit() is a function to get the Values Unit of an Attribute.

This page describes the ValuesUnit() function.

syntax

  • ValuesUnit(a)

definition

ValuesUnit(a) results in a unit with a reference to the Values unit of attribute a.

example

unit<uint32> RefADomain := ValuesUnit(A);

see also