IPolarisNumber
From BluWiki
Description
IPolarisNumber defines an interface used to work with numbers in the Polaris Geometry Framework. Typically objects that implement this type will be used to store the values of the 3 oridinates defined in the ITriOrdinate interface.
Inherited Interfaces
None
Method List
- public abstract BigInteger getValueAsBigInteger()
- public abstract setValueAsBigInteger(BigInteger argValue)
- public abstract String getValueAsString()
- public abstract setValueAsString(String argValue)



