Click or drag to resize

UploadFactletaddDataPoint Method (Double)

Add a single datapoint. Datapoints are added to the datatable left to right, top to bottom. Correct data type isn't checked until the upload is initiated. Uses the ToString method in doubles to convert the data to string format

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public void addDataPoint(
	double point
)

Parameters

point
Type: SystemDouble
Data point
See Also