BinaryPrimitives.TryReadBFloat16LittleEndian Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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