Multiplication Operator
Implements the * operator, which multiplies a vector by a scalar
Overload List
Overload | Description |
---|---|
Multiplication(Vector3,Single) | Implements the * operator, which multiplies a vector by a scalar |
Multiplication(Vector3,Double) | Implements the * operator, which multiplies a vector by a double-precision scalar |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also