Vector::Parse Method

static Vector Parse(const DewString &Src);

Parses string content as vector.

#NameTypeDescription
1Srcconst DewString &
Remarks:

Values need to be separated by the tab charachter. Rows of values need to be separated by line breaks. For other parsing options call StringToValues. The Parse method works in pair with the ToString method both meant to be a reverse of the other, but do not preserve any other property of the matrix except only values. Use SaveToStream/LoadFromStream methods for binary storage option, which uses up to 10x less memory and is a lot faster to save and load.

Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler