Returns a boolean indicating whether the OS is 64-bit.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean env.is64bit()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
Boolean True when the OS is 64-bit; otherwise, false.

Expand image Example

SXML