FPointMultiply(FPoint, Single) 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 *(
FPoint point,
float scalar
)
Public Shared Operator * (
point As FPoint,
scalar As Single
) As FPoint
No code example is currently available or this language may not be supported.
- point FPoint
-
The point to multiply.
- scalar Single
-
The scalar value to multiply.
FPoint
Result of the multiplication.