7#ifndef MFRAME_D058821B_1E72_462D_A6EC_00EA14E01C9D
8#define MFRAME_D058821B_1E72_462D_A6EC_00EA14E01C9D
17#include "./../lang/Object.h"
50 virtual ~Floats(
void)
override =
default;
75 static const int MAX_ASCII_VALUE;
76 static const float MAX_VALUE;
77 static const float MIN_VALUE;
93 static bool isFloat(
const char* str,
int limit = -1);
111 static bool parseFloat(
float& result,
const char* str,
int limit = -1);
static bool parseFloat(float &result, const char *str, int limit=-1)
轉換浮點數
static bool isFloat(const char *str, int limit=-1)
判斷浮點數