BigInteger.GetByteCount(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

返回

字节数。

适用于