Exemplo n.º 1
0
 public static int StrideOf <T>(T[,,] type)
 {
     if (!BlittableValueType.Check <T>(type))
     {
         throw new ArgumentException("type");
     }
     else
     {
         return(BlittableValueType <T> .Stride);
     }
 }
Exemplo n.º 2
0
 public static bool Check()
 {
     return(BlittableValueType <T> .Check(BlittableValueType <T> .Type));
 }
Exemplo n.º 3
0
 public static bool Check <T>(T[][] type)
 {
     return(BlittableValueType <T> .Check());
 }