Decodes float value from the string representation that was created by using encodeRealNumberRange(..) function.
            

 Declaration Syntax
public static float DecodeRealNumberRangeFloat(
	string value,
	int maxDigitsRight,
	int offsetValue
)

 Parameters
- value (String)
- string representation of the integer value
- maxDigitsRight (Int32)
- maximum number of digits left of the decimal point in the largest absolute
            value in the data set (must be the same as the one used for encoding).
- offsetValue (Int32)
- offset value that was used in the original encoding

 Return Value
original float value
Assembly: 
AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)