float_one
Concepts
Section titled “Concepts”Behaviour
Section titled “Behaviour”- Return one(
1
) as an XFL int64_t
- Retrieves the float representation of a number.
Definition
Section titled “Definition”int64_t float_one();
function float_one(): ErrorCode | bigint
Example
Section titled “Example”int64_t one = float_one();
const one = float_one()
Parameters
Section titled “Parameters”This function has no parameters.
Return Code
Section titled “Return Code”Type | Description |
---|---|
int64_t | The XFL (xls17) enclosing number |
Type | Description |
---|---|
ErrorCode | bigint | The XFL (xls17) enclosing number |