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)
Dew Math for .NET
Example
MtxVecEdit.ViewValues Method (TMtxVec, string)
View matrix values.
using
Dew.Math
;
using
Dew.Math.Controls
;
namespace
Dew.Examples {
private
void
Example() {
Vector
v =
new
Vector
(50,
true
); m.RandGauss(); MtxVecEdit.ViewValues(m,"Random vector values"); } }
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home