Size.op_Division

operator /

Divides Size by an Int32 producing Size.

public static Size operator /(Size left, int right)
ParameterTypeDescription
leftSizeDividend of type Size.
rightInt32Divisor of type Int32.

Return Value

Result of type Size.

See Also


operator /

Divides Size by a Single producing SizeF.

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

Return Value

Result of type SizeF.

See Also