Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

as_i64_lax

f64.as_i64_lax

NaN is converted to 0
anything greater than i64.max as well as ∞ is i64.max
anything lower than i64.min as well as -∞ is i64.min
0.095dev (GIT hash 7af80915dcf8c39bda4881b986e5557ed041b72e)