Vector2DMultiply Method (Single) |
Multiplies the specified vector with the specified number.
Namespace:
LightBuzz
Assembly:
LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Multiply(
float number
)
Public Sub Multiply (
number As Single
)
public:
void Multiply(
float number
)
member Multiply :
number : float32 -> unit
Parameters
- number
- Type: SystemSingle
The number to multiply the vector with.
See Also