Integer.ReverseBytes(Int32) 方法

定义

返回通过反转指定 int 值的两个字节的补充表示形式中的字节顺序获得的值。

[Android.Runtime.Register("reverseBytes", "(I)I", "")]
public static int ReverseBytes (int i);
[<Android.Runtime.Register("reverseBytes", "(I)I", "")>]
static member ReverseBytes : int -> int

参数

i
Int32

要撤消其字节的值

返回

通过反转指定 int 值中的字节获取的值。

属性

注解

返回通过反转指定 int 值的两个字节的补充表示形式中的字节顺序获得的值。

在 1.5 中添加。

java.lang.Integer.reverseBytes(int)Java 文档。

此页面的部分内容是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的术语使用。

适用于