You are here:
Symbol Reference >
MtxVecTee Namespace
>
Functions
>
MtxVecTee.DrawIt Function
MtxVec VCL
Example
MtxVecTee.DrawIt Function
Uses
...
MtxExpr
,
MtxVecTee
; ...
var
A: Vector;
begin
A :=
Sin
(Ramp(300,2*
PI
*5/300)); DrawIt(A,'Showing vector values');
end
;
#include
"MtxExpr.hpp"
#include
"MtxVecTee.hpp" ... sVector A; A =
Sin
(Ramp(300,2*
PI
*5/300)); DrawIt(A,"Showing vector values",
false
); ..
Copyright (c) 1999-2025 by Dew Research. All rights reserved.