Click or drag to resize

HalfType  Conversion Operators

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