Difference between revisions of "MinF"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created)
 
m
Line 13: Line 13:
 
|returntype = float
 
|returntype = float
 
|returndesc = returns the lesser value of both
 
|returndesc = returns the lesser value of both
|sourcefile = core.h
+
|sourcefile = core_h
 
|sourcemodule = Core Resources
 
|sourcemodule = Core Resources
 
}}
 
}}

Revision as of 02:36, 1 March 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