Пример #1
0
 public static bool Less(XMVector c1, XMVector c2)
 {
     return(XMVector4.Less(c1, c2));
 }