Click or drag to resize

StiFunctionsMathDiv Method (NullableDouble, NullableDouble, NullableDouble)

Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Nullable<double> Div(
	Nullable<double> value1,
	Nullable<double> value2,
	Nullable<double> zeroResult
)

Parameters

value1
Type: SystemNullableDouble

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

value2
Type: SystemNullableDouble

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

zeroResult
Type: SystemNullableDouble

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

Return Value

Type: NullableDouble

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

See Also