Method: Float#to_expr

Defined in:
lib/HDLRuby/hruby_high.rb

#to_exprObject

Converts to a new high-level expression.



5009
5010
5011
# File 'lib/HDLRuby/hruby_high.rb', line 5009

def to_expr
    return Value.new(Real,self)
end