w10schools
Login Register
  • Home
  • Tutorials
    • HTML, CSS
      • HTML, HTML5
      • CSS, CSS3
    • XML
    • JavaScript, AJAX
    • PHP
    • Ruby on Rails
      • Ruby
      • Rails
    • ASP.NET
      • ASP
      • C# .NET
    • Java
      • JSP
    • Databases
      • MySQL
      • MSSQL Server
      • Oracle
    • Web Server
      • Windows
      • Linux
      • Apache
      • IIS
    • Design
      • Dreamweaver
      • Flash
      • Photoshop
      • Fireworks
      • CorelDRAW
      • Illustrator
  • References
    • HTML
      • Bootstrap
    • CSS
      • CSS Selectors
      • Sass
    • JavaScript
    • Mobile Apps
      • Cordova
    • Ruby on Rails
      • Ruby
      • Rails
    • PHP
      • Function
      • Language
      • CodeIgniter
      • Phalcon
      • PHPUnit
      • Symfony
      • Drupal
      • Yii
      • Laravel
    • Perl
      • Perl
    • Python
      • Python
      • Django
      • NumPy
      • Pandas
      • scikit-image
      • scikit-learn
      • Statsmodels
      • Matplotlib
    • Lua
      • Lua
    • C, C++
      • C
      • C++
    • Server
      • Docker
      • Apache HTTP Server
      • Nginx
    • Database
      • PostgreSQL
    • Big Data
      • TensorFlow
    • Game Development
      • Phaser
      • LÖVE
  • Articles
    • News
    • General
      • Website Promotion
      • Online Advertising
      • Make Money Online
    • Editorials
    • Interviews
    • Web Roundups
  • Resources
    • Design
      • Fonts
      • Graphics
      • Vectors
      • Templates
      • UI (User Interface)
      • Brushes
      • Patterns, Backgrounds
      • Textures
    • Web Development
      • HTML, CSS
      • XML
      • JavaScript, AJAX
      • Ruby on Rails
      • PHP
      • Java
      • .NET
      • Python
      • Perl
      • Flash
    • Mobile Application Development
      • Mobile Development Tools
      • Swift
    • Online Services
      • Online Storage
      • Web Hosting
  • Tools
    • Generators
  • Bulletin
  • Posts
doc_ruby_on_rails
doc_ruby_on_rails


>

big > real â true or false Instance Public methods Returns true if the value of big is greater than that of real.

===

big == obj â true or false Instance Public methods Returns true only if obj has the same value as big. Contrast this with Bignum#eql?, which requires obj to be a Bignum. 68719476736 == 68719476736.0 #=> true

==

big == obj â true or false Instance Public methods Returns true only if obj has the same value as big. Contrast this with Bignum#eql?, which requires obj to be a Bignum. 68719476736 == 68719476736.0 #=> true

<=>

big numeric â -1, 0, +1 or nil Instance Public methods ComparisonâReturns -1, 0, or +1 depending on whether big is less than, equal to, or greater than numeric. This is the basis for the tests in Comparable. nil is returned if the two values are incomparable.

<=

big Instance Public methods Returns true if the value of big is less than or equal to that of real.

<<

big Instance Public methods Shifts big left numeric positions (right if numeric is negative).

<

big Instance Public methods Returns true if the value of big is less than that of real.

/ 2

big / other â Numeric Instance Public methods Performs division: the class of the resulting object depends on the class of numeric and on the magnitude of the result.

-@

-big â integer Instance Public methods Unary minus (returns an integer whose value is 0-big)

-

big - other â Numeric Instance Public methods Subtracts other from big, returning the result.

Page 2235 of 2275

|< < Prev 2232 2233 2234 2235 2236 2237 2238 Next > >|
  • Facebook
  • Tweet
  • Digg it
  • Stumbleupon
  • Delicious
  • Plus Share

Designed by : w10schools

service@w10schools.com

Our Partners: aeeble – Providing content publishing and search solutions