You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TPiecePoly Class
>
TPiecePoly Methods
>
Evaluate Method
>
TPiecePoly.Evaluate Method (double, double)
Dew Math for .NET
TPiecePoly.Evaluate Method (double, double)
TPiecePoly Class
TPiecePoly Members
Dew.Math Namespace
Evaluate Method
Collapse All
Evaluate piece-wise polynomial.
Syntax
C#
Visual Basic
public
void
Evaluate
(
double
X
,
ref
double
Y
);
Public
Function
Evaluate
(
X
,
ByRef
Y
)
As
void
Remarks
Evaluates pice-wise polynomial for single x,y point.
Group
Evaluate Method
Links
TPiecePoly Class
,
TPiecePoly Members
,
Dew.Math Namespace
,
Evaluate Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!