I have this jagged array in C#:
private static readonly float[][] Numbers = { new float[]{ 0.3f, 0.4f, 0.5}};
How can I override the valu