Length.Multiply
Multiply(Length, float)
Multiplication operator, scales lhs
by rhs
.
Declaration
public static Length operator *(Length lhs, float rhs)
Parameters
Type | Name | Description |
---|---|---|
Length | lhs | Left hand side. |
float | rhs | Right hand side. |