Back to Devexpress

FunctionBase.GetValue(Double) Method

wpf-devexpress-dot-xpf-dot-carousel-dot-functionbase-dot-getvalue-x28-system-dot-double-x29.md

latest1.5 KB
Original Source

FunctionBase.GetValue(Double) Method

Returns the function value for the specified argument.

Namespace : DevExpress.Xpf.Carousel

Assembly : DevExpress.Xpf.Carousel.v25.2.dll

NuGet Package : DevExpress.Wpf.Carousel

Declaration

csharp
public double GetValue(
    double x
)
vb
Public Function GetValue(
    x As Double
) As Double

Parameters

NameTypeDescription
xDouble

A Double value specifying the argument.

|

Returns

TypeDescription
Double

A Double value that represents the function value for the specified argument.

|

Remarks

This public function is called by other classes to obtain function values. If you need to define your own function, derive your class from FunctionBase, and override its protected GetValueOverride function.

See Also

FunctionBase Class

FunctionBase Members

DevExpress.Xpf.Carousel Namespace