Click or drag to resize

StiFunctionsMath Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Dictionary.StiFunctionsMath"]

Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.DictionaryStiFunctionsMath

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiFunctionsMath

The StiFunctionsMath type exposes the following members.

Constructors
  NameDescription
Public methodStiFunctionsMath
Initializes a new instance of the StiFunctionsMath class
Top
Methods
  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(NullableDecimal, NullableDecimal)
Returns result of dividing value1 and value2. If value2 is zero, then result equal to 0.
Public methodStatic memberDiv(NullableDouble, NullableDouble)
Returns result of dividing value1 and value2. If value2 is zero, then result equal to 0.
Public methodStatic memberDiv(NullableInt64, NullableInt64)
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).
Public methodStatic memberDiv(NullableDecimal, NullableDecimal, NullableDecimal)
Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).
Public methodStatic memberDiv(NullableDouble, NullableDouble, NullableDouble)
Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).
Public methodStatic memberDiv(NullableInt64, NullableInt64, NullableInt64)
Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberMaximum(Decimal, Decimal)
Public methodStatic memberMaximum(Double, Double)
Public methodStatic memberMaximum(Int64, Int64)
Public methodStatic memberMaximum(NullableDecimal, NullableDecimal)
Public methodStatic memberMaximum(NullableDouble, NullableDouble)
Public methodStatic memberMaximum(NullableInt64, NullableInt64)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberMinimum(Decimal, Decimal)
Public methodStatic memberMinimum(Double, Double)
Public methodStatic memberMinimum(Int64, Int64)
Public methodStatic memberMinimum(NullableDecimal, NullableDecimal)
Public methodStatic memberMinimum(NullableDouble, NullableDouble)
Public methodStatic memberMinimum(NullableInt64, NullableInt64)
Public methodStatic memberRound(Decimal)
Public methodStatic memberRound(Double)
Returns result of rounding.
Public methodStatic memberRound(NullableDecimal)
Public methodStatic memberRound(NullableDouble)
Public methodStatic memberRound(Decimal, Int32)
Public methodStatic memberRound(Decimal, MidpointRounding)
Public methodStatic memberRound(Double, Int32)
Public methodStatic memberRound(Double, MidpointRounding)
Public methodStatic memberRound(NullableDecimal, Int32)
Public methodStatic memberRound(NullableDecimal, MidpointRounding)
Public methodStatic memberRound(NullableDouble, Int32)
Public methodStatic memberRound(NullableDouble, MidpointRounding)
Public methodStatic memberRound(Decimal, Int32, MidpointRounding)
Public methodStatic memberRound(Double, Int32, MidpointRounding)
Public methodStatic memberRound(NullableDecimal, Int32, MidpointRounding)
Public methodStatic memberRound(NullableDouble, Int32, MidpointRounding)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also