Click or drag to resize

HalfType   Conversion Operators

Overload List
 NameDescription
Public operatorStatic member(Byte to HalfType) Converts an 8-bit unsigned integer to a System.Half.
Public operatorStatic member(Char to HalfType) Converts a Unicode character to a System.Half.
Public operatorStatic member(HalfType to Double) Converts a System.Half to a double-precision floating-point number.
Public operatorStatic member(HalfType to Single) Converts a System.Half to a single-precision floating-point number.
Public operatorStatic member(Int16 to HalfType) Converts a 16-bit signed integer to a System.Half.
Public operatorStatic member(Int32 to HalfType) Converts a 32-bit signed integer to a System.Half.
Public operatorStatic member(Int64 to HalfType) Converts a 64-bit signed integer to a System.Half.
Public operatorStatic member(SByte to HalfType) Converts an 8-bit signed integer to a System.Half.
Public operatorStatic member(UInt16 to HalfType) Converts a 16-bit unsigned integer to a System.Half.
Public operatorStatic member(UInt32 to HalfType) Converts a 32-bit unsigned integer to a System.Half.
Public operatorStatic member(UInt64 to HalfType) Converts a 64-bit unsigned integer to a System.Half.
Top
See Also