BinaryPrimitives.TryReadBFloat16BigEndian 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 TryReadBFloat16BigEndian(ReadOnlySpan<System::Byte> source, [Runtime::InteropServices::Out] System::Numerics::BFloat16 % value);
public static bool TryReadBFloat16BigEndian(ReadOnlySpan<byte> source, out System.Numerics.BFloat16 value);
static member TryReadBFloat16BigEndian : ReadOnlySpan<byte> * BFloat16 -> bool
Public Shared Function TryReadBFloat16BigEndian (source As ReadOnlySpan(Of Byte), ByRef value As BFloat16) As Boolean
Parameters
- source
- ReadOnlySpan<Byte>
- value
- BFloat16