Curve.Evaluate Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Finds the value at a position on the Curve.
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework.Math (in Microsoft.Xna.Framework.Math.dll)
Syntax
'Declaration
Public Function Evaluate ( _
position As Single _
) As Single
public float Evaluate(
float position
)
Parameters
- position
Type: System.Single
The position on the Curve.
Return Value
Type: System.Single
Value at the position on the Curve.
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.