You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Editors Namespace
>
Classes
>
MtxVecEdit Class
>
MtxVecEdit Methods
>
ViewValues Method
>
MtxVecEdit.ViewValues Method (TMtxVec, string, bool, bool, bool)
Dew Math for .NET
Example
MtxVecEdit.ViewValues Method (TMtxVec, string, bool, bool, bool)
View/edit matrix values as modal form, also setup form Text.
using
Dew.Math
;
using
Dew.Math.Controls
;
namespace
Dew.Examples {
private
void
Example() {
Matrix
m =
new
Matrix
(50,4); m.RandGauss(); MtxVecEdit.ViewValues(m,"Random matrix",
true
,
false
,
true
); } }
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home