Public Member Functions | Static Public Member Functions | Static Private Attributes

jscicalc.pobject.Conjugate Class Reference

Complex Conjugate operation. More...

Collaboration diagram for jscicalc.pobject.Conjugate:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Conjugate ()
 Constructor.
double function (double x)
 Calculates complex conjugate of x.
OObject function (OObject x)
 Calculates complex conjugate of x.
String[] name_array ()
 Array used to construct name() and shortName() String objects.

Static Public Member Functions

static void main (String args[])

Static Private Attributes

static final String[] fname = { "c", "o", "n", "j", " " }

Detailed Description

Complex Conjugate operation.

Author:
J. D. Lamb
Version:
Revision:
1.4

Constructor & Destructor Documentation

jscicalc.pobject.Conjugate.Conjugate (  ) 

Constructor.

Sets a tooltip and shortcut.

References jscicalc.pobject.PObject.fshortcut, and jscicalc.pobject.PObject.ftooltip.

Referenced by jscicalc.pobject.Conjugate.main().


Member Function Documentation

double jscicalc.pobject.Conjugate.function ( double  x  )  [virtual]

Calculates complex conjugate of x.

Parameters:
x The value (right of symbol)
Returns:
The result of the operation

Implements jscicalc.pobject.RFunction.

OObject jscicalc.pobject.Conjugate.function ( OObject  x  )  [virtual]

Calculates complex conjugate of x.

Parameters:
x The value (right of symbol)
Returns:
The result of the operation

Implements jscicalc.pobject.RFunction.

References jscicalc.OObject.conjugate().

static void jscicalc.pobject.Conjugate.main ( String  args[]  )  [static]
String [] jscicalc.pobject.Conjugate.name_array (  )  [virtual]

Array used to construct name() and shortName() String objects.

Returns:
an array

Implements jscicalc.pobject.PObject.

References jscicalc.pobject.Conjugate.fname.


Member Data Documentation

final String [] jscicalc.pobject.Conjugate.fname = { "c", "o", "n", "j", " " } [static, private]

The documentation for this class was generated from the following file: