public float this[int index] { get { return((float)SprExport.Spr_array_get_float(this, index)); } set { SprExport.Spr_array_set_float(this, index, value); } }