IFloatingPoint<TSelf>.WriteExponentLittleEndian Metod

Definition

Överlagringar

Name Description
WriteExponentLittleEndian(Byte[])

Skriver den aktuella exponenten i lite endianskt format till en viss matris.

WriteExponentLittleEndian(Span<Byte>)

Skriver den aktuella exponenten, i lite endianskt format, till ett givet intervall.

WriteExponentLittleEndian(Byte[], Int32)

Skriver den aktuella exponenten i lite endianskt format till en viss matris.

WriteExponentLittleEndian(Byte[])

Källa:
IFloatingPoint.cs
Källa:
IFloatingPoint.cs
Källa:
IFloatingPoint.cs
Källa:
IFloatingPoint.cs
Källa:
IFloatingPoint.cs

Skriver den aktuella exponenten i lite endianskt format till en viss matris.

public:
 virtual int WriteExponentLittleEndian(cli::array <System::Byte> ^ destination);
public virtual int WriteExponentLittleEndian(byte[] destination);
abstract member WriteExponentLittleEndian : byte[] -> int
override this.WriteExponentLittleEndian : byte[] -> int
Public Overridable Function WriteExponentLittleEndian (destination As Byte()) As Integer

Parametrar

destination
Byte[]

Den matris som den aktuella exponenten ska skrivas till.

Returer

Antalet byte som skrivits till destination.

Gäller för

WriteExponentLittleEndian(Span<Byte>)

Källa:
IFloatingPoint.cs
Källa:
IFloatingPoint.cs
Källa:
IFloatingPoint.cs
Källa:
IFloatingPoint.cs
Källa:
IFloatingPoint.cs

Skriver den aktuella exponenten, i lite endianskt format, till ett givet intervall.

public:
 virtual int WriteExponentLittleEndian(Span<System::Byte> destination);
public virtual int WriteExponentLittleEndian(Span<byte> destination);
abstract member WriteExponentLittleEndian : Span<byte> -> int
override this.WriteExponentLittleEndian : Span<byte> -> int
Public Overridable Function WriteExponentLittleEndian (destination As Span(Of Byte)) As Integer

Parametrar

destination
Span<Byte>

Det intervall som den aktuella exponenten ska skrivas till.

Returer

Antalet byte som skrivits till destination.

Gäller för

WriteExponentLittleEndian(Byte[], Int32)

Källa:
IFloatingPoint.cs
Källa:
IFloatingPoint.cs
Källa:
IFloatingPoint.cs
Källa:
IFloatingPoint.cs
Källa:
IFloatingPoint.cs

Skriver den aktuella exponenten i lite endianskt format till en viss matris.

public:
 virtual int WriteExponentLittleEndian(cli::array <System::Byte> ^ destination, int startIndex);
public virtual int WriteExponentLittleEndian(byte[] destination, int startIndex);
abstract member WriteExponentLittleEndian : byte[] * int -> int
override this.WriteExponentLittleEndian : byte[] * int -> int
Public Overridable Function WriteExponentLittleEndian (destination As Byte(), startIndex As Integer) As Integer

Parametrar

destination
Byte[]

Den matris som den aktuella exponenten ska skrivas till.

startIndex
Int32

Det startindex där exponenten ska skrivas.

Returer

Antalet byte som skrivs till destination från och med startIndex.

Gäller för