Table of Contents

Operator operator *

Namespace
DocWright.Core.Primitives
Assembly
DocWright.Core.dll

operator *(Twips, int)

Multiplies a length by an integer factor (checked).

public static Twips operator *(Twips value, int factor)

Parameters

value Twips

The length.

factor int

The factor.

Returns

Twips

The scaled length.

operator *(int, Twips)

Multiplies a length by an integer factor (checked).

public static Twips operator *(int factor, Twips value)

Parameters

factor int

The factor.

value Twips

The length.

Returns

Twips

The scaled length.