public unsafe void AddScalarU()
 {
     fixed(float *pdst = dst)
     {
         Thunk.AddScalarU(DefaultScale, pdst, Length);
     }
 }