You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clMatrix Structure > clMatrix Methods > SetVal Method > clMatrix.SetVal Method (double)
Dew Math for .NET
ContentsIndexHome
Example
var a: clMatrix; begin a.Size(4,False); a.SetVal(1); // a = [1,1,1,1] end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.