You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clMatrix Structure > clMatrix Methods > Scale Method > clMatrix.Scale Method (double)
Dew Math for .NET
ContentsIndexHome
Example
var v: clMatrix; begin v.CopyFromArray(2,2,TSingleArray.Create(2,3,5)); // v = [2,3,5] v.Scale(3); // v = [6,9,15] end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.