コード例 #1
0
            /// <summary>
            /// Return wall clock time.
            /// </summary>
            public static double GetWallTime()
            {
                var time = Gmsh_Warp.GmshLoggerGetWallTime(ref Gmsh._staticreff);

                Gmsh.CheckException(MethodBase.GetCurrentMethod().MethodHandle);
                return(time);
            }