[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 void AreWithin(
float expect,
float got,
float delta,
string from = null
)
public static void AreWithin(
float expect,
float got,
float delta,
string from = null
)
Public Shared Sub AreWithin (
expect As Single,
got As Single,
delta As Single,
Optional from As String = Nothing
)
Public Shared Sub AreWithin (
expect As Single,
got As Single,
delta As Single,
Optional from As String = Nothing
)
public:
static void AreWithin(
float expect,
float got,
float delta,
String^ from = nullptr
)
public:
static void AreWithin(
float expect,
float got,
float delta,
String^ from = nullptr
)
static member AreWithin :
expect : float32 *
got : float32 *
delta : float32 *
?from : string
(* Defaults:
let _from = defaultArg from null
*)
-> unit
static member AreWithin :
expect : float32 *
got : float32 *
delta : float32 *
?from : string
(* Defaults:
let _from = defaultArg from null
*)
-> unit