Click or drag to resize

DecimalFunctions Class

Class which defines the function mappings for Decimal
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.QuerySpecDecimalFunctions

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public static class DecimalFunctions

The DecimalFunctions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCeiling
Defines the mapping for the Decimal.Ceiling(operand1) method mapping
Public methodStatic memberFloor
Defines the mapping for the Decimal.Floor(operand1) method mapping
Public methodStatic memberRemainder
Defines the mapping for the Decimal.Remainder(operand1, divider) method mapping
Public methodStatic memberRound(Object)
Defines the mapping for the Decimal.Round(operand1) method mapping
Public methodStatic memberRound(Object, Object)
Defines the mapping for the Decimal.Round(operand1, numberOfDecimals) method mapping
Public methodStatic memberTruncate
Defines the mapping for the Decimal.Truncate(operand1) method mapping
Top
See Also