Skip to content

string_to_f32n

Declaration

string_to_f32n :: fn (str: string, len: s64) f32

Description

Convert first n characters from string to f32.

Arguments

  • str Float as string.
  • len Count of characters to be compared.

Result

Converted float value.

Declared in: string.bl