Difference between revisions of "MaxF"

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

Revision as of 16:03, 11 June 2011

Returns the greater value of f1 and f2

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

returns the greater value of both

Source:

Core Resources.core_h