'宣言
Public Function matrixX( _ ByVal xs As List(Of Nullable(Of Double)) _ ) As List(Of List(Of Double))
public List<List<double>> matrixX( List<Nullable<double>> xs )
パラメータ
- xs
'宣言
Public Function matrixX( _ ByVal xs As List(Of Nullable(Of Double)) _ ) As List(Of List(Of Double))
public List<List<double>> matrixX( List<Nullable<double>> xs )