protected IScalarValue[] NegateTerms(
     IScalarValue term1,
     params IScalarValue[] terms)
 => this.NegateTerms(ListUtil.From(term1, terms).ToArray());
Beispiel #2
0
 protected IColorValue[] ToColorValues(
     IScalarValue first,
     params IScalarValue[] scalars)
 => this.ToColorValues(ListUtil.From(first, scalars).ToArray());