示例#1
0
 public static bool Test <FloatPredicate>(RefMatrix4x4 matrix, FloatPredicate match)
     where FloatPredicate : struct, IPredicate <float>
 => matrix.Exists <float, RefMatrix4x4, FloatPredicate>(match);
示例#2
0
 public static bool Test(RefMatrix4x4 matrix, Predicate <float> match)
 => matrix.Exists(match);