Functions
float()
Converts a value to a float. It accepts an int as well as a float, so it is the conversion to use when a calculation must not round.
Syntax · 1 of 4
float(const float value) → const float
Arguments
value required const float The value to convert. Required. An int or a float, in any form. Return Type
const float Syntax · 2 of 4
float(input float value) → input float
Arguments
value required input float The value to convert. Required. An int or a float, in any form. Return Type
input float Syntax · 3 of 4
float(simple float value) → simple float
Arguments
value required simple float The value to convert. Required. An int or a float, in any form. Return Type
simple float Syntax · 4 of 4
float(series float value) → series float
Arguments
value required series float The value to convert. Required. An int or a float, in any form. Return Type
series float