Function nstd_sys::string::nstd_string_from_f32
source · #[no_mangle]
pub extern "C" fn nstd_string_from_f32(
v: NSTDFloat32
) -> NSTDString<'static>Available on crate feature
string only.Expand description
Creates a new NSTDString from an NSTDFloat32.
Parameters:
NSTDFloat32 v- The 32-bit floating-point value.
Returns
NSTDString string - The 32-bit floating-point value as a string.