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.

返回

字节数。

适用于