.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT LANGUAGE


Fraction function
Example

Returns the fractional part of a number.

Syntax

Fraction ( numExpr )

Elements

numExpr


Return value

The data type of the return value is the same as the data type of numExpr.

Usage

The following table shows special cases of the return value:

numExprReturn value
A date/time valueThe time portion
An integer0
NULL NULL

Tip It is always true that Fix(numExpr) + fraction(numExpr) = numExpr.

Example
See Also