public static Array Where(Array arr) { IntPtr ptr; Internal.VERIFY(AFAlgorithm.af_where(out ptr, arr._ptr)); return(new Array(ptr)); }