Click or drag to resize

CurvePoint1F Constructor

Initializes a new instance of the CurvePoint1F class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CurvePoint1F(
	float point,
	float value
)

Parameters

point  Single
 
value  Single
 
See Also