Class
TVec
The meaning of IsInteger is limited. It use used only by some routines, which expect TVec parameters to store integers and to have them accessible via IValues.Vec.Length := ALength; Vec.Complex := AComplex; Vec.IsInteger := AIsInteger;
Calling the Size method does not preserve the contents of the vector. Use the Resize method, if you want to preserve existing values.
Vec.Length := ALength; Vec.Complex := false; Vec.IsInteger := false;
Vec.Length := ALength; Vec.Complex := AComplex; Vec.IsInteger := false;
| Copyright 2008 Dew Research |