public static Pointer roundDown(PointerBase that, UnsignedWord multiple) { return (Pointer) UnsignedUtils.roundDown((UnsignedWord) that, multiple);
確定! 回上一頁