Scales this math vector's magnitude by a factor and returns a new math vector.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Scale( _
ByVal ValueIn As System.Double _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IMathVector
Dim ValueIn As System.Double
Dim value As System.Object
value = instance.Scale(ValueIn) |
C# | |
---|
System.object Scale(
System.double ValueIn
) |
C++/CLI | |
---|
System.Object^ Scale(
& System.double ValueIn
) |
Parameters
- ValueIn
Value by which to scale the math vector
Return Value
Newly created
math vector or NULL if the operation fails
See Also
Availability
SOLIDWORKS 2001 FCS, Revision Number 9.0