Click or drag to resize

StiReportDiv Method

Overload List
  NameDescription
Public methodStatic memberDiv(Decimal, Decimal)
Returns result of dividing value1 and value2. If value2 is zero, then result equal to 0.
Public methodStatic memberDiv(Double, Double)
Returns result of dividing value1 and value2. If value2 is zero, then result equal to 0.
Public methodStatic memberDiv(Int64, Int64)
Returns result of dividing value1 and value2. If value2 is zero, then result equal to 0.
Public methodStatic memberDiv(Decimal, Decimal, Decimal)
Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).
Public methodStatic memberDiv(Double, Double, Double)
Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).
Public methodStatic memberDiv(Int64, Int64, Int64)
Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).
Top
See Also