ScaledNumber
StockSharp.Fix.Native
Scaled numbers, like floating point numbers are represented as a mantissa and an exponent.
Constructors
ScaledNumber(int, long)
Scaled numbers, like floating point numbers are represented as a mantissa and an exponent.
- exponent
- Exponent.
- mantissa
- Mantissa.
Properties
Methods
op_Addition(ScaledNumber, ScaledNumber) : ScaledNumber
Add the two objects ScaledNumber.
- n1
- First object ScaledNumber.
- n2
- Second object ScaledNumber.
Returns: The result of addition.