BigInteger.GetByteCount(Boolean) メソッド

定義

ToByteArray(Boolean, Boolean)TryWriteBytes(Span<Byte>, Int32, Boolean, Boolean) によって出力されるバイト数を取得します。

public int GetByteCount (bool isUnsigned = false);
member this.GetByteCount : bool -> int
Public Function GetByteCount (Optional isUnsigned As Boolean = false) As Integer

パラメーター

isUnsigned
Boolean

符号なしのエンコードを使用するには true。それ以外の場合は false

戻り値

バイト数。

適用対象