Пример #1
0
 public override void At(int idx, ref float value)
 {
     Invoke.std_vector_float_at(_ptr, (UIntPtr)idx, ref value);
 }