SizeF.op_Division

SizeF Division operator

Divides SizeF by a Single producing SizeF.

public static SizeF operator /(SizeF left, float right)
ParameterTypeDescription
leftSizeFDividend of type SizeF.
rightSingleDivisor of type Int32.

Return Value

Result of type SizeF.

See Also