Curve.Evaluate Method (Microsoft.Xna.Framework)

Evaluate the value at a position of this Curve.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public float Evaluate(
	float position
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

position
Type: System.Single
The position on this Curve.

Return Value

Type: System.Single
Value at the position on this Curve.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web