コード例 #1
0
ファイル: NDarray.cs プロジェクト: aidevnn/DesertLand
 public NDview <Type> Round(int dec = 0) => ND.Round(View, dec);