class Mingle::MingleFloat32

Public Class Methods

new( num ) click to toggle source
Calls superclass method Mingle::MingleFloatingPointImpl::new
# File lib/mingle.rb, line 211
def initialize( num )
    super( num, 'f' )
end