ResultOptions Constructor

Default constructor of the ResultOptions class.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public ResultOptions(
	int decimalPlaces,
	int exponentialThreshold,
	FractionsType fractionType,
	bool useMixedNumbers,
	bool trailingZeros,
	bool significantDigits,
	MidpointRounding rounding
)

Parameters

decimalPlaces  Int32
exponentialThreshold  Int32
fractionType  FractionsType
useMixedNumbers  Boolean
trailingZeros  Boolean
significantDigits  Boolean
rounding  MidpointRounding

See Also