UInt128.IBinaryInteger<UInt128>.GetByteCount 方法

定义

获取将作为其一部分 TryWriteLittleEndian(Span<Byte>, Int32)写入的字节数。

 virtual int System.Numerics.IBinaryInteger<System.UInt128>.GetByteCount() = System::Numerics::IBinaryInteger<UInt128>::GetByteCount;
int IBinaryInteger<UInt128>.GetByteCount ();
abstract member System.Numerics.IBinaryInteger<System.UInt128>.GetByteCount : unit -> int
override this.System.Numerics.IBinaryInteger<System.UInt128>.GetByteCount : unit -> int
Function GetByteCount () As Integer Implements IBinaryInteger(Of UInt128).GetByteCount

返回

Int32

将作为其一 TryWriteLittleEndian(Span<Byte>, Int32)部分写入的字节数。

实现

适用于