You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Scale Method > Vector.Scale Method (double)
Dew Math for .NET
ContentsIndexHome
Example
var v: Vector; begin v.SetIt(false,[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.