Function Basis.Values At Method
            
            
            Evaluates the member functions of this
            FunctionBasis at a specified value.
            
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
A vector containing the function values.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public DenseVector<double> ValuesAt(
	double x
)Parameters
- x Double
 - A real number.
 
Return Value
DenseVector<Double>A vector containing the function values.
Remarks
This method creates a new Vector every time it is called. In some situations, it may be more efficient to call the FillValues(Double, DenseVector<Double>) method instead.