Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

NX Expressions 2

Status
Not open for further replies.

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?
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top