Op Englesch liesen Editéieren

Deelen iwwer


IFloatingPoint<TSelf>.WriteExponentLittleEndian Method

Definition

Overloads

WriteExponentLittleEndian(Byte[])

Writes the current exponent, in little-endian format, to a given array.

WriteExponentLittleEndian(Span<Byte>)

Writes the current exponent, in little-endian format, to a given span.

WriteExponentLittleEndian(Byte[], Int32)

Writes the current exponent, in little-endian format, to a given array.

WriteExponentLittleEndian(Byte[])

Source:
IFloatingPoint.cs
Source:
IFloatingPoint.cs
Source:
IFloatingPoint.cs

Writes the current exponent, in little-endian format, to a given array.

C#
public virtual int WriteExponentLittleEndian(byte[] destination);

Parameters

destination
Byte[]

The array to which the current exponent should be written.

Returns

The number of bytes written to destination.

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10

WriteExponentLittleEndian(Span<Byte>)

Source:
IFloatingPoint.cs
Source:
IFloatingPoint.cs
Source:
IFloatingPoint.cs

Writes the current exponent, in little-endian format, to a given span.

C#
public virtual int WriteExponentLittleEndian(Span<byte> destination);

Parameters

destination
Span<Byte>

The span to which the current exponent should be written.

Returns

The number of bytes written to destination.

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10

WriteExponentLittleEndian(Byte[], Int32)

Source:
IFloatingPoint.cs
Source:
IFloatingPoint.cs
Source:
IFloatingPoint.cs

Writes the current exponent, in little-endian format, to a given array.

C#
public virtual int WriteExponentLittleEndian(byte[] destination, int startIndex);

Parameters

destination
Byte[]

The array to which the current exponent should be written.

startIndex
Int32

The starting index at which the exponent should be written.

Returns

The number of bytes written to destination starting at startIndex.

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10