MString Class - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Table

OpenMaple representation of a Maple string

 

Description

Method Summary

Description

• 

The com.maplesoft.openmaple.MString class represents a Maple string.  MString publicly inherits from Algebraic; therefore, it provides all the member functions from the Algebraic class in addition to those listed here.

Method Summary

String stringValue( )

• 

stringValue returns a Java String containing the same sequence of characters as the Maple string.

See Also

OpenMaple

OpenMaple/Java/Algebraic

OpenMaple/Java/API

OpenMaple/Java/Examples