Dec 9, 2014 #1 mweyand Aerospace Joined Mar 5, 2014 Messages 12 Location US What does "floor" mean and how is it used. We are trying to transfer to C#. What would be the equivalent syntax?
What does "floor" mean and how is it used. We are trying to transfer to C#. What would be the equivalent syntax?
Dec 9, 2014 2 #2 cowski Mechanical Joined Apr 23, 2000 Messages 8,226 Location US NX help -> CAD -> modeling -> expressions -> expressions built-in functions defines the "floor" function this way: "Returns the largest integer less than or equal to a given number" The equivalent .NET function would be: Math.Floor() www.nxjournaling.com Upvote 0 Downvote
NX help -> CAD -> modeling -> expressions -> expressions built-in functions defines the "floor" function this way: "Returns the largest integer less than or equal to a given number" The equivalent .NET function would be: Math.Floor() www.nxjournaling.com