Functions
int()
Casts na or truncates float value to int
Syntax · 1 of 4
int(const int value) → const int
Arguments
value required const int The value to convert to the specified type, usually na. Return Type
const int Syntax · 2 of 4
int(input int value) → input int
Arguments
value required input int The value to convert to the specified type, usually na. Return Type
input int Syntax · 3 of 4
int(simple int value) → simple int
Arguments
value required simple int The value to convert to the specified type, usually na. Return Type
simple int Syntax · 4 of 4
int(series int value) → series int
Arguments
value required series int The value to convert to the specified type, usually na. Return Type
series int