C# 클래스 clojure.lang.Numbers.IntegerBitOps

상속: BitOps
파일 보기 프로젝트 열기: arohner/clojure-contrib

공개 메소드들

메소드 설명
and ( object x, object y ) : object
andNot ( object x, object y ) : object
bitOpsWith ( BigIntegerBitOps x ) : BitOps
bitOpsWith ( IntegerBitOps x ) : BitOps
bitOpsWith ( LongBitOps x ) : BitOps
clearBit ( object x, int n ) : object
combine ( BitOps y ) : BitOps
flipBit ( object x, int n ) : object
not ( object x ) : object
or ( object x, object y ) : object
setBit ( object x, int n ) : object
shiftLeft ( object x, int n ) : object
shiftRight ( object x, int n ) : object
testBit ( object x, int n ) : bool
xor ( object x, object y ) : object

메소드 상세

and() 공개 메소드

public and ( object x, object y ) : object
x object
y object
리턴 object

andNot() 공개 메소드

public andNot ( object x, object y ) : object
x object
y object
리턴 object

bitOpsWith() 공개 메소드

public bitOpsWith ( BigIntegerBitOps x ) : BitOps
x BigIntegerBitOps
리턴 BitOps

bitOpsWith() 공개 메소드

public bitOpsWith ( IntegerBitOps x ) : BitOps
x IntegerBitOps
리턴 BitOps

bitOpsWith() 공개 메소드

public bitOpsWith ( LongBitOps x ) : BitOps
x LongBitOps
리턴 BitOps

clearBit() 공개 메소드

public clearBit ( object x, int n ) : object
x object
n int
리턴 object

combine() 공개 메소드

public combine ( BitOps y ) : BitOps
y BitOps
리턴 BitOps

flipBit() 공개 메소드

public flipBit ( object x, int n ) : object
x object
n int
리턴 object

not() 공개 메소드

public not ( object x ) : object
x object
리턴 object

or() 공개 메소드

public or ( object x, object y ) : object
x object
y object
리턴 object

setBit() 공개 메소드

public setBit ( object x, int n ) : object
x object
n int
리턴 object

shiftLeft() 공개 메소드

public shiftLeft ( object x, int n ) : object
x object
n int
리턴 object

shiftRight() 공개 메소드

public shiftRight ( object x, int n ) : object
x object
n int
리턴 object

testBit() 공개 메소드

public testBit ( object x, int n ) : bool
x object
n int
리턴 bool

xor() 공개 메소드

public xor ( object x, object y ) : object
x object
y object
리턴 object