Background for Skyrim SE
Member of the LibMathf script
floatfunctionMax(floatx, floaty)NativeGlobal

Description

Documentation Comment

Returns the largest of two numbers


Caveats


Parameters

floatx

floaty


Examples

Auto-Generated Example

float myFloat__x
float myFloat__y

float returnedValue = LibMathf.Max(myFloat__x, myFloat__y)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.