fix.modulo(other) â real Instance Public methods Returns fix modulo other. See numeric.divmod for more information.
fix.magnitude â integer Instance Public methods Returns the absolute value of fix. -12345.abs #=> 12345 12345.abs #=> 12345
inspect(p1 = v1) Instance Public methods Alias for: to_s
fix.fdiv(numeric) â float Instance Public methods Returns the floating point result of dividing fix by numeric. 654321.fdiv(13731) #=> 47.6528293642124 654321.fdiv(13731.24) #=> 47.6519964693647
fix.even? â true or false Instance Public methods Returns true if fix is an even number.
fix.divmod(numeric) â array Instance Public methods See Numeric#divmod.
fix.div(numeric) â integer Instance Public methods Performs integer division: returns integer value.
dclone() Instance Public methods provides a unified clone operation, for REXML::XPathParser to use across multiple Object types
fix.abs â integer Instance Public methods Returns the absolute value of fix. -12345.abs #=> 12345 12345.abs #=> 12345
fix ^ integer â integer_result Instance Public methods Bitwise EXCLUSIVE OR.
Page 2076 of 2275