MathFunctionsFloor Method |
Defines the mapping for the Math.Floor(operand) method mapping
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic static FunctionMappingExpression Floor(
Object operand
)
Public Shared Function Floor (
operand As Object
) As FunctionMappingExpression
Parameters
- operand
- Type: SystemObject
The operand.
Return Value
Type:
FunctionMappingExpression
See Also