'Declaration Public Function matrixY( _ ByVal ys As List(Of Nullable(Of Double)) _ ) As List(Of List(Of Double))
public List<List<double>> matrixY( List<Nullable<double>> ys )
Parameters
- ys
'Declaration Public Function matrixY( _ ByVal ys As List(Of Nullable(Of Double)) _ ) As List(Of List(Of Double))
public List<List<double>> matrixY( List<Nullable<double>> ys )