Show / Hide Table of Contents

Class Matrices

Inheritance
System.Object
Matrices
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SudokuSpice
Assembly: SudokuSpice.dll
Syntax
public static class Matrices

Methods

| Improve this Doc View Source

Copy2D(Nullable<Int32>[][])

Declaration
public static int? [][] Copy2D(this int? [][] matrix)
Parameters
Type Name Description
System.Nullable<System.Int32>[][] matrix
Returns
Type Description
System.Nullable<System.Int32>[][]
| Improve this Doc View Source

CopyToJagged2D(Nullable<Int32>[,])

Declaration
public static int? [][] CopyToJagged2D(this int? [, ] matrix)
Parameters
Type Name Description
System.Nullable<System.Int32>[,] matrix
Returns
Type Description
System.Nullable<System.Int32>[][]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX