Half.IFloatingPoint<Half>.TryWriteExponentBigEndian 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試以大端格式將目前的指數寫入指定的範圍。
virtual bool System.Numerics.IFloatingPoint<System.Half>.TryWriteExponentBigEndian(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten) = System::Numerics::IFloatingPoint<Half>::TryWriteExponentBigEndian;
bool IFloatingPoint<Half>.TryWriteExponentBigEndian (Span<byte> destination, out int bytesWritten);
abstract member System.Numerics.IFloatingPoint<System.Half>.TryWriteExponentBigEndian : Span<byte> * int -> bool
override this.System.Numerics.IFloatingPoint<System.Half>.TryWriteExponentBigEndian : Span<byte> * int -> bool
Function TryWriteExponentBigEndian (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean Implements IFloatingPoint(Of Half).TryWriteExponentBigEndian
參數
- bytesWritten
- Int32
傳回
true
如果指數已順利寫入 ,則為 destination
, false
否則為 。