FPointMultiply(Single, FPoint) Operator
Return the result of a point multiplied by a scalar.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint operator *(
float scalar,
FPoint point
)
Public Shared Operator * (
scalar As Single,
point As FPoint
) As FPoint
No code example is currently available or this language may not be supported.
- scalar Single
-
The scalar value to multiply.
- point FPoint
-
The point to multiply.
FPoint
Result of the multiplication.