Share via


BinaryPrimitives.ReadUInt128LittleEndian(ReadOnlySpan<Byte>) メソッド

定義

重要

この API は CLS 準拠ではありません。

バイトの読み取り専用スパンの先頭から、リトル エンディアンとして UInt128 を読み取ります。

public:
 static UInt128 ReadUInt128LittleEndian(ReadOnlySpan<System::Byte> source);
[System.CLSCompliant(false)]
public static UInt128 ReadUInt128LittleEndian (ReadOnlySpan<byte> source);
[<System.CLSCompliant(false)>]
static member ReadUInt128LittleEndian : ReadOnlySpan<byte> -> UInt128
Public Shared Function ReadUInt128LittleEndian (source As ReadOnlySpan(Of Byte)) As UInt128

パラメーター

source
ReadOnlySpan<Byte>

読み取る読み取り専用スパン。

戻り値

リトル エンディアン値。

属性

例外

source が小さすぎて UInt128 を格納できません。

注釈

スパンの先頭から正確に 16 バイトを読み取ります。

適用対象