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

 Declaration Syntax
public static int DecodeRealNumberRangeInt(
	string value,
	int offsetValue
)

 Parameters
- value (String)
- string representation of the integer value
- offsetValue (Int32)
- offset value that was used in the original encoding

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