SystemEX  Lacking
Additional generic collection types missing in .net
SystemEx.Numeric.IHalf< T > Interface Template Reference
Inheritance diagram for SystemEx.Numeric.IHalf< T >:

Public Member Functions

ushort AsUShort ()
byte[] ToBytes (Endian endian)

Properties

ushort SignBits [get]
ushort ExponentBits [get]
ushort MantissaBits [get]
ushort ExponentBias [get]
ushort TotalBits [get]
bool Sign [get]
ushort Exponent [get]
ushort Mantissa [get]

Member Function Documentation

◆ AsUShort()

ushort SystemEx.Numeric.IHalf< T >.AsUShort ( )

Implemented in SystemEx.Numeric.Half16.

◆ ToBytes()

byte[] SystemEx.Numeric.IHalf< T >.ToBytes ( Endian endian)

Implemented in SystemEx.Numeric.Half16.

Property Documentation

◆ Exponent

ushort SystemEx.Numeric.IHalf< T >.Exponent
get

Implemented in SystemEx.Numeric.Half16.

18{ get; }

◆ ExponentBias

ushort SystemEx.Numeric.IHalf< T >.ExponentBias
get

Implemented in SystemEx.Numeric.Half16.

14{ get; }

◆ ExponentBits

ushort SystemEx.Numeric.IHalf< T >.ExponentBits
get

Implemented in SystemEx.Numeric.Half16.

12{ get; }

◆ Mantissa

ushort SystemEx.Numeric.IHalf< T >.Mantissa
get

Implemented in SystemEx.Numeric.Half16.

20{ get; }

◆ MantissaBits

ushort SystemEx.Numeric.IHalf< T >.MantissaBits
get

Implemented in SystemEx.Numeric.Half16.

13{ get; }

◆ Sign

bool SystemEx.Numeric.IHalf< T >.Sign
get

Implemented in SystemEx.Numeric.Half16.

17{ get; }

◆ SignBits

ushort SystemEx.Numeric.IHalf< T >.SignBits
get

Implemented in SystemEx.Numeric.Half16.

11{ get; }

◆ TotalBits

ushort SystemEx.Numeric.IHalf< T >.TotalBits
get

Implemented in SystemEx.Numeric.Half16.

15{ get; }

The documentation for this interface was generated from the following file:
  • IHalf.cs