FloatRTable
OpenMaple representation of an RTable of type float[4]
Description
Method Summary
The com.maplesoft.openmaple.FloatRTable class represents a Maple rtable of type float[4]. FloatRTable publicly inherits from RTable; therefore, it provides all the member functions from the RTable and Algebraic classes in addition to those listed here.
void assign( int index[], float value ) throws MapleException
assign puts value into the position indexed by index.
float select( int index[] ) throws MapleException
select returns the element in the AlgebraicRTable indexed by index.
See Also
OpenMaple
OpenMaple/Java/Algebraic
OpenMaple/Java/API
OpenMaple/Java/Examples
OpenMaple/Java/RTable
Download Help Document