Click or drag to resize

StiReportDiv Method (Decimal, Decimal, Decimal)

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

Parameters

value1
Type: SystemDecimal

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

value2
Type: SystemDecimal

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

zeroResult
Type: SystemDecimal

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

Return Value

Type: Decimal

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

See Also