spis.Util.Func
Class ScalFunctionOfScalFromFunctionOf4
java.lang.Object
spis.Util.Func.ScalFunctionOfScalFromFunctionOf4
- All Implemented Interfaces:
- ScalFunctionOfScal
- public class ScalFunctionOfScalFromFunctionOf4
- extends java.lang.Object
- implements ScalFunctionOfScal
Class Name : ScalFunctionOfScalFromFunctionOf4
Project ref : SPIS project
File name : ScalFunctionOfScalFromFunctionOf4.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : May 26, 2004
Modification :
Description : Defines a function of 1 scalar from a function of 4
scalars, by fixing 3 of them (define a new class for other param Nb).
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
- Version:
- 0.1
- Author:
- JF Roussel
Method Summary |
float |
compute(float x)
applies this function to x and returns the result |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScalFunctionOfScalFromFunctionOf4
public ScalFunctionOfScalFromFunctionOf4(ScalFunctionOf4Scal f4_,
float x2_,
float x3_,
float x4_)
- Default constructor
compute
public float compute(float x)
- Description copied from interface:
ScalFunctionOfScal
- applies this function to x and returns the result
- Specified by:
compute
in interface ScalFunctionOfScal