Table of Contents

Operator operator /

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

operator /(SizeF, float)

Divides SizeF by a float producing SizeF.

public static SizeF operator /(SizeF left, float right)

Parameters

left SizeF

Dividend of type SizeF.

right float

Divisor of type int.

Returns

SizeF

Result of type SizeF.