
Icon | Member | Description |
---|---|---|
![]() ![]() | EncodeRealNumberRange(Int32, Int32, Int32) |
Encodes real integer value into a string by offsetting and zero-padding
number up to the specified number of digits. Use this encoding method if the data
range set includes both positive and negative values.
|
![]() ![]() | EncodeRealNumberRange(Single, Int32, Int32, Int32) |
Encodes real float value into a string by offsetting and zero-padding
number up to the specified number of digits. Use this encoding method if the data
range set includes both positive and negative values.
|