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