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