LessCss.StyleValue.Mul C# (CSharp) Method

Mul() protected method

protected Mul ( StyleValue right ) : StyleValue
right StyleValue
return StyleValue
		protected virtual StyleValue Mul(StyleValue right)
		{
			return new StyleNumber(0);
		}