Converts the specified number into a string of hexadecimal digits.

Syntax

Smartsite SXML CopyCode image Copy Code
string math.hex(float a)

Parameters

Name Data Type Description
a Float Input number.

Return Value

Data Type Description
String String of hexadecimal digits.

Expand image Example

SXML