MatrixIsEqual Method (Int16, Int64, Int64, Double) |
Namespace: Accord.Math
public static bool IsEqual( this short[][] a, long[][] b, long atol = 0, double rtol = 0 )
<ExtensionAttribute> Public Shared Function IsEqual ( a As Short()(), b As Long()(), Optional atol As Long = 0, Optional rtol As Double = 0 ) As Boolean
Accord.NET Framework © 2009-2017. All documentation is licensed under the Creative Commons Attribution/Share-Alike License.