XDecimal.greater_than

Evaluates the XDecimal object against a specified value and returns a Boolean value (True, False).

Method of XDecimal, XDecimalHI

Syntax

{XDecimal Object}.greater_than(XDecimal(1.2))

Parameters

Parameter Description
XDecimal Object An XDecimal or XDecimalHI object that will be evaluated against the specified value.

Description

The XDecimal or XDecimalHI object is evaluated against the specified value.

Examples

The following illustrates how to use Global MetaScript to determine whether or not one value is greater than another and displays the results in alert boxes. The results are displayed as Boolean values of either "true" or "false".

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.