コード例 #1
0
 public double GetConcentrationAtPoint(int waterPropertiesInstanceID, int propertyID, int i, int j)
 {
     return(MohidWaterEngineDLLAccess.GetConcentrationAtPoint(ref waterPropertiesInstanceID, ref propertyID, ref i, ref j));
 }