Type Definition rhai::FLOAT[][src]

type FLOAT = f64;
Expand description

The system floating-point type. It is defined as f64. Not available under no_float.

If the f32_float feature is enabled, this will be i32 instead.