ResultOptions Constructor
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public ResultOptions(
int decimalPlaces,
int exponentialThreshold,
FractionsType fractionType,
bool useMixedNumbers,
bool trailingZeros,
bool significantDigits,
MidpointRounding rounding
)
Public Sub New (
decimalPlaces As Integer,
exponentialThreshold As Integer,
fractionType As FractionsType,
useMixedNumbers As Boolean,
trailingZeros As Boolean,
significantDigits As Boolean,
rounding As MidpointRounding
)
public:
ResultOptions(
int decimalPlaces,
int exponentialThreshold,
FractionsType fractionType,
bool useMixedNumbers,
bool trailingZeros,
bool significantDigits,
MidpointRounding rounding
)
new :
decimalPlaces : int *
exponentialThreshold : int *
fractionType : FractionsType *
useMixedNumbers : bool *
trailingZeros : bool *
significantDigits : bool *
rounding : MidpointRounding -> ResultOptions
Parameters
- decimalPlaces Int32
- exponentialThreshold Int32
- fractionType FractionsType
- useMixedNumbers Boolean
- trailingZeros Boolean
- significantDigits Boolean
- rounding MidpointRounding