Click or drag to resize

Curve1Point Constructor

Initializes a new instance of the Curve1Point class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Point(
	double time,
	double value
)

Parameters

time  Double
 
value  Double
 
See Also