Background for Skyrim SE
Member of the LibMathf script
boolfunctionApproximately(floata, floatb)NativeGlobal

Description

Documentation Comment

Compares two floating point values and returns true if they are similar


Caveats


Parameters

floata

floatb


Examples

Auto-Generated Example

float myFloat__a
float myFloat__b

bool returnedValue = LibMathf.Approximately(myFloat__a, myFloat__b)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.