Click or drag to resize

StiFunctionsMathRound Method (NullableDouble, Int32)

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

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
)

Parameters

value
Type: SystemNullableDouble

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

decimals
Type: SystemInt32

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

Return Value

Type: NullableDouble

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

See Also