surcharge * operator
Namespace:
Hyleos.Common.GeometryAssembly: Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)
Syntax
| C# |
|---|
public static Point3D operator *( Point3D self, float f ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator * ( _ self As Point3D, _ f As Single _ ) As Point3D |
| Visual C++ |
|---|
public: static Point3D operator *( Point3D self, float f ) |
Parameters
- self
- Type: Hyleos.Common.Geometry..::.Point3D
[Missing <param name="self"/> documentation for "M:Hyleos.Common.Geometry.Point3D.op_Multiply(Hyleos.Common.Geometry.Point3D,System.Single)"]
- f
- Type: System..::.Single
[Missing <param name="f"/> documentation for "M:Hyleos.Common.Geometry.Point3D.op_Multiply(Hyleos.Common.Geometry.Point3D,System.Single)"]
Return Value
[Missing <returns> documentation for "M:Hyleos.Common.Geometry.Point3D.op_Multiply(Hyleos.Common.Geometry.Point3D,System.Single)"]