コード例 #1
0
ファイル: common.cs プロジェクト: sycomix/Compute.NET
 public static void MKL_GetVersion(ref global::IntelMKL.MKLVersion ver)
 {
     unsafe
     {
         __Internal.MKL_GetVersion(new IntPtr(Unsafe.AsPointer(ref ver)));
     }
 }
コード例 #2
0
ファイル: common.cs プロジェクト: sycomix/Compute.NET
        public MKLVersion(global::IntelMKL.MKLVersion _0)
            : this()
        {
            var ____arg0 = _0.__Instance;
            var __arg0   = new global::System.IntPtr(&____arg0);

            fixed(__Internal *__instancePtr = &__instance)
            {
                __Internal.cctor(new global::System.IntPtr(__instancePtr), __arg0);
            }
        }