Implements the /.
Namespace:
Squid
Assembly:
Squid.Core (in Squid.Core.dll)
public static Point operator /(
Point a,
float b
)
Public Shared Operator / ( _
a As Point, _
b As Single _
) As Point
public:
static Point^ operator /(
Point^ a,
float^ b
)
Parameters
- a
- Type: Point
A.
- b
- Type: Single
The b.
Return Value
The result of the operator.