org.matheclipse.parser.client.ast
Class FloatNode
- java.lang.Object
-
- org.matheclipse.parser.client.ast.ASTNode
-
- org.matheclipse.parser.client.ast.NumberNode
-
- org.matheclipse.parser.client.ast.FloatNode
-
public class FloatNode extends NumberNode
A node for a parsed floating number string. The floating point string is not converted to a binary float or double type. only th String representation is stored.
-
-
Constructor Summary
Constructors Constructor and Description FloatNode(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)inthashCode()-
Methods inherited from class org.matheclipse.parser.client.ast.NumberNode
doubleValue, getString, isSign, toggleSign, toString
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin classNumberNode
-
hashCode
public int hashCode()
- Overrides:
hashCodein classNumberNode
-
-
DMelt 3.0 © DataMelt by jWork.ORG