Click or drag to resize

HalfType Constructor

Overload List
 NameDescription
Public methodHalfType(Decimal) Initializes a new instance of System.Half to the value of the specified decimal number.
Public methodHalfType(Double) Initializes a new instance of System.Half to the value of the specified double-precision floating-point number.
Public methodHalfType(Int32) Initializes a new instance of System.Half to the value of the specified 32-bit signed integer.
Public methodHalfType(Int64) Initializes a new instance of System.Half to the value of the specified 64-bit signed integer.
Public methodHalfType(Single) Initializes a new instance of System.Half to the value of the specified single-precision floating-point number.
Public methodHalfType(UInt32) Initializes a new instance of System.Half to the value of the specified 32-bit unsigned integer.
Public methodHalfType(UInt64) Initializes a new instance of System.Half to the value of the specified 64-bit unsigned integer.
Top
See Also