Expand Minimize
This topic has not yet been rated - Rate this topic

2.5.4.33 ELT

SharePoint

The ELT function calculates if Arg1 is less than Arg2.

ABNF:

ELT = val val " _ELT():128"

Required Arguments:

Name: Arg1

Type: vDouble

An argument that specifies the first operand of the calculation.

Name: Arg2

Type: vDouble

An argument that specifies the second operand of the calculation.

Return Value:

Type: PtgBool

This function returns a PtgBool with a value of TRUE if Arg1 is less than Arg2, and a value of FALSE otherwise.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.