CopyX
It copies x values from cbSource.
bool CopyX( curvebase & cbSource )
TRUE for success, otherwise FALSE.
EX1
void curvebase_CopyX_ex1() { // The example assumes that the worksheet "book1" exists with four columns // A, B, C, D, and some values in them. Curve crvData("book1_a", "book1_b"); Curve crvBaseline("book1_c", "book1_d"); BOOL bOK = crvBaseline.CopyX(crvData); out_int("OK = ", bOK); }
DataRange::GetData, DataRange::GetNumData, DataRange::GetMaskedData, DataRange::GetMissingData
origin.h