A representation of a decimal with an exponent and mantissa (in the form: a x 10^b)

C# |
public class PDMDecimal

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | PDMDecimal(Int64, SByte) |
PDMDecimal constructor
|
![]() | Exponent |
the exponent component of the PDMDecimal
|
![]() | Mantissa |
the mantissa component of the PDMDecimal
|
![]() | ToString()()() |
concatenates the mantissa and exponent into a string
(Overrides Object.ToString()()().) |

Object | |
![]() | PDMDecimal |