integer 相关的搜索结果 共有6个

combin()

Description: Return the number of combinations. Syntax: combin(n,k) Note: The number of ways of picking k elements from combinations,integer,number

days()

Description: Get the number of days of the year, quarter or month to which the specified date belongs. Syntax: days(datespecified date,year,quarter,month,number of days,integer

not()

Description: On integers, perform bitwise NOT operation to get the logical negation on each bit. Syntax: not(x) Note: Thinteger, bitwise not

or()

Description: Perform bitwise OR operation on integers. Syntax: or(xi,…) or(A) Note: Bitwise OR operation on integers. Thinteger, bitwise or

xor()

Description: Perform XOR operation on integers. Syntax: xor(xi,…) xor(A) Note: The function performs XOR operation on ininteger, xor operation

Modulus

Description: Divide two long integers/real numbers and get the remainder or an integer result.   Syntax: x%y Divide x byinteger, mod operation, integer part