Function Class Documentation
classFunction : SystemIDisposableNamespace:Datalogics::PDFL
- Inherits from:
SystemIDisposable
- Derived classes:
- ExponentialFunction, NamedFunction, PostScriptCalculatorFunction
Detailed Description
A function is a process.
A function takes input values and manipulates them to create output values.
Referenced by
Uses types
Constructor & Destructor Documentation
Property Documentation
Default
static FunctionDefault[get]A Function representing the Default named function.
Domain
System.Collections.Generic.IList< System.Double >Domain[get, set]Identity
static FunctionIdentity[get]A Function representing the Identity named function, which returns its input values unchanged.
NInputs
intNInputs[get]NOutputs
intNOutputs[get]Range
System.Collections.Generic.IList< System.Double >Range[get, set]Member Function Documentation
Apply
System.Collections.Generic.IList< System.Double >Apply(System.Collections.Generic.IList< System.Double >args)Parameters
args: System.Collections.Generic.IList< System.Double >input values for the function. The number of input values must agree with the number of inputs the function takes.
Returns:
a list of the result values from the functionApply the function to supplied input values
ConstructorRetrieve
static FunctionConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
FunctionDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidToString
override stringToString()Returns:
A string representation of the function.Convert the function to a displayable string.
operator!=
Parameters
Returns:
true if the two Functions are not equal; otherwise, false.Tests two Function objects for inequality.
operator==
Parameters
Returns:
true if the two Functions are equal; otherwise, false.Tests two Function objects for equality.