Click or drag to resize

StiReportDiv Method (Double, Double)

Returns result of dividing value1 and value2. If value2 is zero, then result equal to 0.

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

Parameters

value1
Type: SystemDouble

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

value2
Type: SystemDouble

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

Return Value

Type: Double

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

See Also