VectorScalarMultiply Method

IntelliCAD 11.1 Object Library
VectorScalarMultiply Method
See Also 
Vector
The Vector object.
Scale
The scale to multiply the vector by.
Library Object : VectorScalarMultiply Method

Description

Multiplies a vector with a scalar value.

Syntax

Visual Basic
Public Function VectorScalarMultiply( _
   ByVal Vector As Vector, _
   ByVal Scale As Double _
) As Vector

Parameters

Vector
The Vector object.
Scale
The scale to multiply the vector by.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.