Function num_traits::cast::cast [−][src]
Expand description
Cast from one machine scalar to another.
Examples
let twenty: f32 = num::cast(0x14).unwrap();
assert_eq!(twenty, 20f32);
Cast from one machine scalar to another.
let twenty: f32 = num::cast(0x14).unwrap();
assert_eq!(twenty, 20f32);