op_Multiply
Length Multiply operator
Multiplicates the given Length onto the given factor
public static Length operator *(Length multiplicand, int factor)
| Parameter | Type | Description |
|---|---|---|
| multiplicand | Length | Length - multiplicand |
| factor | Int32 | Arbitrary integer - factor |
Return Value
A new Length - a product of multiplication
See Also
- struct Length
- namespace GroupDocs.Editor.HtmlCss.Css.DataTypes
- assembly GroupDocs.Editor