BinaryPrimitives.ReadBFloat16BigEndian(ReadOnlySpan<Byte>) 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 System::Numerics::BFloat16 ReadBFloat16BigEndian(ReadOnlySpan<System::Byte> source);
public static System.Numerics.BFloat16 ReadBFloat16BigEndian(ReadOnlySpan<byte> source);
static member ReadBFloat16BigEndian : ReadOnlySpan<byte> -> System.Numerics.BFloat16
Public Shared Function ReadBFloat16BigEndian (source As ReadOnlySpan(Of Byte)) As BFloat16
Parameters
- source
- ReadOnlySpan<Byte>