Esempio n. 1
0
 public override float GetDecimal(RenderableData context, CssProperty property)
 {
     return(Input0.GetDecimal(context, property) * Input1.GetDecimal(context, property));
 }