xtd 0.2.0
Loading...
Searching...
No Matches
__as_float.hpp File Reference

Definition

Contains xtd::as method.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Functions

template<>
auto xtd::as< float > (xtd::any value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (bool value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::byte value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (char value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::char8 value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::char16 value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::char32 value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::wchar value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::decimal value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (double value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (float value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::int16 value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::int32 value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::int64 value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::slong value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::sbyte value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::uint16 value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::uint32 value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::uint64 value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::ulong value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (const xtd::string &value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::string &value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (const std::string &value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (std::string &value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (const std::u8string &value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (std::u8string &value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (const std::u16string &value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (std::u16string &value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (const std::u32string &value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (std::u32string &value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (const std::wstring &value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (std::wstring &value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (const char *value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (char *value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (const xtd::char8 *value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::char8 *value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (const xtd::char16 *value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::char16 *value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (const xtd::char32 *value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::char32 *value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (const xtd::wchar *value) -> float
 Casts a type into another type.
 
template<>
auto xtd::as< float > (xtd::wchar *value) -> float
 Casts a type into another type.