company logo

PropertyHandle :: SetNormalized - Set normalized value in attribute

The function can be used for storing integer values with decimal precisions in INT or unsigned INT attributes. When defining a an attribute with two decimals, assigning 1 will result internally into 100 (1.00). Assigning the value using SetNormalized() will result in 1 (0.01).

Return value:  Success ( logical  )

Implementation details

logical PropertyHandle  :: SetNormalized ( int32 long_val )
  • long_val - Integer value

    The value is passed as platform independent 32-bit integer value.