Class: Float
Instance Method Summary collapse
Instance Method Details
#to_var ⇒ Object
1694 1695 1696 |
# File 'lib/BOAST/Algorithm.rb', line 1694 def to_var return BOAST::Variable::new("#{self}", BOAST::Real, :constant => self ) end |