FannWrapperFixed.intArray.frompointer C# (CSharp) Method

frompointer() public static method

public static frompointer ( SWIGTYPE_p_int t ) : intArray
t SWIGTYPE_p_int
return intArray
        public static intArray frompointer(SWIGTYPE_p_int t)
        {
            global::System.IntPtr cPtr = fannfixedPINVOKE.intArray_frompointer(SWIGTYPE_p_int.getCPtr(t));
            intArray ret = (cPtr == global::System.IntPtr.Zero) ? null : new intArray(cPtr, false);
            return ret;
        }