Specifies a single data point for a vector in a *BeginData() block.
*CurvePoint()Specifies a single data point for a vector in a *BeginData() block. |
|||||
*CurvePoint()Specifies a single data point for a vector in a *BeginData() block. |
Syntax |
*CurvePoint(Data) |
|
Arguments |
Name |
Description |
Data |
The value of the data point. |
|
Example |
*BeginCurve(On, "Untitled") • • • *BeginVector(X, Math) *Expression("p1w1c2.x") *ScaleFactor(1) *Offset(0) *BeginData() *CurvePoint(0) *CurvePoint(0.00143181) *CurvePoint(-7.37615) *CurvePoint(-7.38428) *CurvePoint(-7.36975) *CurvePoint(-7.32985) *CurvePoint(-7.28396) *EndData() • • • *EndVector() *EndCurve() |
|
Application |
HyperGraph. |
|
Context |
||
Comments |
When a vector is frozen or built using the values table, every data point is saved in the session file. Each point requires a *CurvePoint() statement. |
|
See also |
|
|