You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TMtxInt Class
>
TMtxInt Methods
>
Size Method
>
TMtxInt.Size Method (int, int, TIntPrecision)
Dew Math for .NET
Example
TMtxInt.Size Method (int, int, TIntPrecision)
var A:
TMtxInt
; begin CreateIt(A);
try
A.Size(2,1);
// 2x1 integer matrix
A.SetZero;
// A becomes:
// [0]
// [0]
finally
FreeIt(A); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home