[This is preliminary documentation and is subject to change.]
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool AreWithinTest(
float expect,
float got,
float delta
)
public static bool AreWithinTest(
float expect,
float got,
float delta
)
Public Shared Function AreWithinTest (
expect As Single,
got As Single,
delta As Single
) As Boolean
Public Shared Function AreWithinTest (
expect As Single,
got As Single,
delta As Single
) As Boolean
public:
static bool AreWithinTest(
float expect,
float got,
float delta
)
public:
static bool AreWithinTest(
float expect,
float got,
float delta
)
static member AreWithinTest :
expect : float32 *
got : float32 *
delta : float32 -> bool
static member AreWithinTest :
expect : float32 *
got : float32 *
delta : float32 -> bool
Return Value
Type:
Boolean