You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TVecInt Class
>
TVecInt Methods
>
Resize Method
>
TVecInt.Resize Method (int, bool)
Dew Math for .NET
Example
TVecInt.Resize Method (int, bool)
var a:
TVecInt
; begin CreateIt(a);
try
a.SetIt([1,2,3]); a.Resize(7,True);
// a= [1,2,3,0,0,0,0]
finally
FreeIt(a); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home