Exemplo n.º 1
0
 public void AddC(float alpha) => Mathematics.AddC(this.Idx.Length, alpha, this.X, 0);
Exemplo n.º 2
0
 public void AddC(float alpha) => Mathematics.AddC(this.length, alpha, this.x, this.offset);