| StiFunctionsMath Class | 
[Missing <summary> documentation for "T:Stimulsoft.Report.Dictionary.StiFunctionsMath"]
Namespace: Stimulsoft.Report.Dictionary
The StiFunctionsMath type exposes the following members.
| Name | Description | |
|---|---|---|
| StiFunctionsMath | Initializes a new instance of the StiFunctionsMath class | 
| Name | Description | |
|---|---|---|
| Div(Decimal, Decimal) | 
            Returns result of dividing value1 and value2. If value2 is zero, then result equal to 0.
             | |
| Div(Double, Double) | 
            Returns result of dividing value1 and value2. If value2 is zero, then result equal to 0.
             | |
| Div(Int64, Int64) | 
            Returns result of dividing value1 and value2. If value2 is zero, then result equal to 0.
             | |
| Div(NullableDecimal, NullableDecimal) | 
            Returns result of dividing value1 and value2. If value2 is zero, then result equal to 0.
             | |
| Div(NullableDouble, NullableDouble) | 
            Returns result of dividing value1 and value2. If value2 is zero, then result equal to 0.
             | |
| Div(NullableInt64, NullableInt64) | 
            Returns result of dividing value1 and value2. If value2 is zero, then result equal to 0.
             | |
| Div(Decimal, Decimal, Decimal) | 
            Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).
             | |
| Div(Double, Double, Double) | 
            Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).
             | |
| Div(Int64, Int64, Int64) | 
            Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).
             | |
| Div(NullableDecimal, NullableDecimal, NullableDecimal) | 
            Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).
             | |
| Div(NullableDouble, NullableDouble, NullableDouble) | 
            Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).
             | |
| Div(NullableInt64, NullableInt64, NullableInt64) | 
            Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).
             | |
| Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.(Inherited from Object.) | |
| Maximum(Decimal, Decimal) | ||
| Maximum(Double, Double) | ||
| Maximum(Int64, Int64) | ||
| Maximum(NullableDecimal, NullableDecimal) | ||
| Maximum(NullableDouble, NullableDouble) | ||
| Maximum(NullableInt64, NullableInt64) | ||
| MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | |
| Minimum(Decimal, Decimal) | ||
| Minimum(Double, Double) | ||
| Minimum(Int64, Int64) | ||
| Minimum(NullableDecimal, NullableDecimal) | ||
| Minimum(NullableDouble, NullableDouble) | ||
| Minimum(NullableInt64, NullableInt64) | ||
| Round(Decimal) | ||
| Round(Double) | 
            Returns result of rounding.
             | |
| Round(NullableDecimal) | ||
| Round(NullableDouble) | ||
| Round(Decimal, Int32) | ||
| Round(Decimal, MidpointRounding) | ||
| Round(Double, Int32) | ||
| Round(Double, MidpointRounding) | ||
| Round(NullableDecimal, Int32) | ||
| Round(NullableDecimal, MidpointRounding) | ||
| Round(NullableDouble, Int32) | ||
| Round(NullableDouble, MidpointRounding) | ||
| Round(Decimal, Int32, MidpointRounding) | ||
| Round(Double, Int32, MidpointRounding) | ||
| Round(NullableDecimal, Int32, MidpointRounding) | ||
| Round(NullableDouble, Int32, MidpointRounding) | ||
| ToString | Returns a string that represents the current object.(Inherited from Object.) |