Skip to main content

is_integer_f64

Function is_integer_f64 

Source
pub fn is_integer_f64(v: f64) -> bool
Expand description

Number.isInteger(v) — note Number.isInteger(2.0) === true.