|
ToFebConvert Method
|
Converts to VectReal.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static VectReal Convert(
this IEnumerable<double> reals,
bool cMemOwn
)
<ExtensionAttribute>
Public Shared Function Convert (
reals As IEnumerable(Of Double),
cMemOwn As Boolean
) As VectReal
public:
[ExtensionAttribute]
static VectReal^ Convert(
IEnumerable<double>^ reals,
bool cMemOwn
)
[<ExtensionAttribute>]
static member Convert :
reals : IEnumerable<float> *
cMemOwn : bool -> VectReal
Parameters
- reals
- Type: System.Collections.GenericIEnumerableDouble
IEnumerableT to be converted. - cMemOwn
- Type: SystemBoolean
if the memory is managed by the garbage collector. otherwise.
Return Value
Type:
VectRealVectReal.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerableDouble. 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).
See Also