Click or drag to resize

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)
Syntax
public static FunctionMappingExpression Floor(
	Object operand
)

Parameters

operand
Type: SystemObject
The operand.

Return Value

Type: FunctionMappingExpression
See Also