Difference between revisions of "MinF"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
m (Changed category)
Line 29: Line 29:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category:Undocumented]]
+
[[Category:Uncategorised functions]]

Revision as of 15:34, 11 June 2011

Returns the lesser value of f1 and f2

float MinF(
float f1,
float f2
);
Parameters:
f1
Float 1
f2
Float 2
Returns:

returns the lesser value of both

Source:

Core Resources.core_h