コード例 #1
0
ファイル: NdArray.Auto.cs プロジェクト: isukces/cs2python
 public double Mean()
 {
     return(InternalData.Average());
 }