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)
Dew Math for .NET
ContentsIndexHome
Example

View vector values as modeless form.

using Dew.Math; using Dew.Math.Controls; namespace Dew.Examples { private void Example() { Vector v = new Vector(50,true); v.RandGauss(); MtxVecEdit.ViewValues(v,"Random vector values",true); } }
Copyright (c) 1999-2024 by Dew Research. All rights reserved.