Version

UltraCalcFunctionFloor Class

Calculates the next lesser whole number for a specified numeric value.
Syntax
'Declaration
 
Public Class UltraCalcFunctionFloor 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionFloor : BuiltInFunctionBase 
Remarks

FLOOR(value)

Value is a real numeric value to be rounded down to the next lesser whole number (also called an integer). FLOOR() behaves differently from the INT() function because when value is negative, the "next lesser whole number" will be a number having greater magnitude (i.e., it becomes more negative.)

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also