Big Float Properties
            
            
            
            Properties
| Absolute | Gets the number of stored bits in the fractional part of the number. | 
| Binary | Gets the number of bits of precision used to store the number. | 
| Default | Gets or sets the default accuracy goal when performing operations on existing BigFloat numbers. | 
| Default | Gets or sets the default rounding mode. | 
| Exponent | Gets the exponent part of the BigFloat value. | 
| Initial | Gets or sets the default accuracy goal when constructing new BigFloat numbers. | 
| IsInteger | Checks if the value of a BigFloat value is an integer. | 
| IsNegative | Checks if the value of a BigFloat value is negative zero. | 
| IsOne | Checks if the value of a BigFloat value is equal to one. | 
| IsZero | Checks if the value of a BigFloat value is zero. | 
| Mantissa | Gets the mantissa part of the BigFloat value. | 
| Sign | Gets the sign of the BigFloat value. |