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
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
Returns
- Twips
The scaled length.