Table of Contents

Operator operator *

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

operator *(float, SizeF)

Multiplies SizeF by a float producing SizeF.

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

Parameters

left float

Multiplier of type float.

right SizeF

Multiplicand of type SizeF.

Returns

SizeF

Product of type SizeF.

operator *(SizeF, float)

Multiplies SizeF by a float producing SizeF.

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

Parameters

left SizeF

Multiplicand of type SizeF.

right float

Multiplier of type float.

Returns

SizeF

Product of type SizeF.