You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Matrix Record
>
public
>
SetVal Method
>
Matrix.SetVal Method (double)
MtxVec VCL
Example
Matrix.SetVal Method (double)
var
a:
Matrix
;
begin
a.Size(1,4,False); a.SetVal(1);
// a = [1,1,1,1]
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.