method
elements_to_i
v1_9_1_378 -
Show latest stable
- Class:
Vector
elements_to_i()public
No documentation available.
# File lib/matrix.rb, line 1340
def elements_to_i
collect{|e| e.to_i}
end elements_to_i()No documentation available.
# File lib/matrix.rb, line 1340
def elements_to_i
collect{|e| e.to_i}
end