JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ptolemy.math
Interface IntegerUnaryOperation
public interface
IntegerUnaryOperation
A operation taking one argument of type int, and producing a value of type int. This interface attempts to mimic a first-class function of a single variable.
Since:
Ptolemy II 1.0
Version:
$Id$
Author:
Jeff Tsay
Pt.AcceptedRating:
Red (ctsay)
Pt.ProposedRating:
Red (ctsay)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
operate
(int operand)
Operate on the operand, returning a value of the same type.
Method Detail
operate
int operate(int operand)
Operate on the operand, returning a value of the same type.
Parameters:
operand
- The operand.
Returns:
The results of the operation.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method