示例#1
0
        private static void *__CopyValue(global::OpenBLAS.ComplexXdouble.__Internal native)
        {
            var ret = Marshal.AllocHGlobal(sizeof(global::OpenBLAS.ComplexXdouble.__Internal));

            *(global::OpenBLAS.ComplexXdouble.__Internal *)ret = native;
            return(ret.ToPointer());
        }
示例#2
0
 private ComplexXdouble(global::OpenBLAS.ComplexXdouble.__Internal native, bool skipVTables = false)
     : this(__CopyValue(native), skipVTables)
 {
     __ownsNativeInstance           = true;
     NativeToManagedMap[__Instance] = this;
 }
示例#3
0
 internal static global::OpenBLAS.ComplexXdouble __CreateInstance(global::OpenBLAS.ComplexXdouble.__Internal native, bool skipVTables = false)
 {
     return(new global::OpenBLAS.ComplexXdouble(native, skipVTables));
 }