UintVector_Repeat() приватный Метод

private UintVector_Repeat ( uint jarg1, int jarg2 ) : IntPtr
jarg1 uint
jarg2 int
Результат IntPtr
Пример #1
0
    public static UintVector Repeat(uint value, int count)
    {
        IntPtr     cPtr = AssimpPINVOKE.UintVector_Repeat(value, count);
        UintVector ret  = (cPtr == IntPtr.Zero) ? null : new UintVector(cPtr, true);

        if (AssimpPINVOKE.SWIGPendingException.Pending)
        {
            throw AssimpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }