Description
Returns the scale vector that is the product of the input scale vector and input scale factor.
Visual Basic
Public Function MultiplyBy( factor As double ) As Scale2d
C#
public Scale2d MultiplyBy( double factor );
Parameters
| Parameters | Description |
|---|---|
| double factor | Input scale factor |