Exemple #1
0
 /**
  * Convert to an equivalent {@link NormalisedDecimal} representation having 15 decimal digits of precision in the
  * non-fractional bits of the significand.
  */
 public NormalisedDecimal NormaliseBaseTen()
 {
     return(NormalisedDecimal.Create(_significand, _binaryExponent));
 }