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)
Syntaxpublic void addDataPoint(
double point
)
Public Sub addDataPoint (
point As Double
)
public:
void addDataPoint(
double point
)
member addDataPoint :
point : float -> unit
Parameters
- point
- Type: SystemDouble
Data point
See Also