BinaryPrimitives.TryReadBFloat16LittleEndian Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
public:
static bool TryReadBFloat16LittleEndian(ReadOnlySpan<System::Byte> source, [Runtime::InteropServices::Out] System::Numerics::BFloat16 % value);
public static bool TryReadBFloat16LittleEndian(ReadOnlySpan<byte> source, out System.Numerics.BFloat16 value);
static member TryReadBFloat16LittleEndian : ReadOnlySpan<byte> * BFloat16 -> bool
Public Shared Function TryReadBFloat16LittleEndian (source As ReadOnlySpan(Of Byte), ByRef value As BFloat16) As Boolean
Parameters
- source
- ReadOnlySpan<Byte>
- value
- BFloat16