Click or drag to resize

StiReportDiv Method (Int64, Int64, Int64)

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

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static long Div(
	long value1,
	long value2,
	long zeroResult
)

Parameters

value1
Type: SystemInt64

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

value2
Type: SystemInt64

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

zeroResult
Type: SystemInt64

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

Return Value

Type: Int64

[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.Div(System.Int64,System.Int64,System.Int64)"]

See Also