PropertyHandle :: GetNormalized - Get normalized integer value
The function can be used for getting integer values with decimal precisions from INT or unsigned INT attributes. When defining a an attribute with two decimals, referring to the value 1, which is stored internally as 100 (1.00), will result in 1. Using GetNormalized() will result in 100 instead.
Return value: Integer value ( int32 )
The value is passed as platform independent 32-bit integer value.