Loading...
Searching...
No Matches
◆ as< float >() [22/42]
Casts a type into another type.
- Parameters
-
- Returns
- A new float object converted from value.
- Exceptions
-
- Header
-
- Namespace
- xtd
- Library
- xtd.core
- Examples
string value = "42";
float as< float >(std::any value)
Casts a type into another type.
Definition __as_float.h:36