Namespace: Tzu_Engine
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Shared Operator *( _ 
   ByVal source As Vector3,  _ 
   ByVal f As Single _ 
) As Vector3
C#
public static Vector3 operator *(
   Vector3 source,
   float f
)
C++
public:
 static Vector3 operator *(
   Vector3 source,
   float f
)
J#
JSharp does not support overloaded operators.
JScript
JScript supports the use of overloaded operators, but not the declaration of new ones.

See Also