Click or drag to resize

StiFunctionsMathRound Method (NullableDouble, Int32, MidpointRounding)

[Missing <summary> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsMath.Round(System.Nullable{System.Double},System.Int32,System.MidpointRounding)"]

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Nullable<double> Round(
	Nullable<double> value,
	int decimals,
	MidpointRounding midpointRounding
)

Parameters

value
Type: SystemNullableDouble

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsMath.Round(System.Nullable{System.Double},System.Int32,System.MidpointRounding)"]

decimals
Type: SystemInt32

[Missing <param name="decimals"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsMath.Round(System.Nullable{System.Double},System.Int32,System.MidpointRounding)"]

midpointRounding
Type: SystemMidpointRounding

[Missing <param name="midpointRounding"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsMath.Round(System.Nullable{System.Double},System.Int32,System.MidpointRounding)"]

Return Value

Type: NullableDouble

[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsMath.Round(System.Nullable{System.Double},System.Int32,System.MidpointRounding)"]

See Also