Click or drag to resize

StiFunctionsMathRound Method (NullableDecimal, Int32, MidpointRounding)

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

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

Parameters

value
Type: SystemNullableDecimal

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

decimals
Type: SystemInt32

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

midpointRounding
Type: SystemMidpointRounding

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

Return Value

Type: NullableDecimal

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

See Also