MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / IsFloat

Function IsFloat

Libs/flatbuffers/idl.h:134–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132inline bool IsInteger(BaseType t) { return t >= BASE_TYPE_UTYPE &&
133 t <= BASE_TYPE_ULONG; }
134inline bool IsFloat (BaseType t) { return t == BASE_TYPE_FLOAT ||
135 t == BASE_TYPE_DOUBLE; }
136inline bool IsLong (BaseType t) { return t == BASE_TYPE_LONG ||
137 t == BASE_TYPE_ULONG; }
138inline bool IsBool (BaseType t) { return t == BASE_TYPE_BOOL; }

Callers 2

IsNumericMethod · 0.70
ToStringMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected