NumberExtensionsGetNormalizedValueD Method
Namespace: PCBI_API_Extensions.ExtensionsAssembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public static bool GetNormalizedValueD(
this double d,
string unitWithPrefix,
out double val
)
<ExtensionAttribute>
Public Shared Function GetNormalizedValueD (
d As Double,
unitWithPrefix As String,
<OutAttribute> ByRef val As Double
) As Boolean
public:
[ExtensionAttribute]
static bool GetNormalizedValueD(
double d,
String^ unitWithPrefix,
[OutAttribute] double% val
)
[<ExtensionAttribute>]
static member GetNormalizedValueD :
d : float *
unitWithPrefix : string *
val : float byref -> bool
- d Double
-
- unitWithPrefix String
-
- val Double
-
BooleanIn Visual Basic and C#, you can call this method as an instance method on any object of type
Double. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).