Click or drag to resize

StiFunctionsMathDiv Method (NullableInt64, NullableInt64, NullableInt64)

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<long> Div(
	Nullable<long> value1,
	Nullable<long> value2,
	Nullable<long> zeroResult
)

Parameters

value1
Type: SystemNullableInt64

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

value2
Type: SystemNullableInt64

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

zeroResult
Type: SystemNullableInt64

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

Return Value

Type: NullableInt64

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

See Also