|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jext.dawn.CodeSnippet
org.jext.dawn.math.InvertFunction
public class InvertFunction
Returns the inverse value of a numeric value.
Usage:
number inv
Constructor Summary | |
---|---|
InvertFunction()
|
Method Summary | |
---|---|
java.lang.String |
getCode()
Returns the function code. |
java.lang.String |
getName()
Returns the function name. |
Methods inherited from class org.jext.dawn.CodeSnippet |
---|
getHelp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvertFunction()
Method Detail |
---|
public java.lang.String getName()
CodeSnippet
getName
in class CodeSnippet
String
, containing the namepublic java.lang.String getCode()
CodeSnippet
getCode
in class CodeSnippet
String
, containing the code
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |