float **ThreadID; int Nthreads;
如何在C#中执行以下任务?
ThreadID = (float **)malloc( Nthreads* sizeof(float *) );
c# memory-management
c# ×1
memory-management ×1