TMtxInt::Parse Method

TMtxInt *Parse(const DewString &Src);

Parses string content as vector.

#NameTypeDescription
1Srcconst DewString &
Remarks:

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 vector 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::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler