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