'Declaration 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 )
Parameters
- xs
'Declaration 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 )