MatrixIsEqual Method (Double, Byte, Double, Double) |
Namespace: Accord.Math
public static bool IsEqual( this double[,] a, byte[,] b, double atol = 0, double rtol = 0 )
<ExtensionAttribute> Public Shared Function IsEqual ( a As Double(,), b As Byte(,), Optional atol As Double = 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.