Method Fill
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Fill(float)
Sets all slots of the matrix to the given values.
public void Fill(float value)
Parameters
valuefloatThe value to set all slots to.
Sets all slots of the matrix to the given values.
public void Fill(float value)
value floatThe value to set all slots to.