Converts the object to a vector with the specified element type.
Namespace: Extreme.Data.RAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
public virtual Vector<T> ToVector<T>(
bool strict = true
)
Public Overridable Function ToVector(Of T) (
Optional strict As Boolean = true
) As Vector(Of T)
public:
generic<typename T>
virtual Vector<T>^ ToVector(
bool strict = true
)
abstract ToVector :
?strict : bool
(* Defaults:
let _strict = defaultArg strict true
*)
-> Vector<'T>
override ToVector :
?strict : bool
(* Defaults:
let _strict = defaultArg strict true
*)
-> Vector<'T>
Parameters
- strict (Optional)
- Type: SystemBoolean
Specifies whether the element type
should be matched exactly (), or whether
conversions are allowed ().
Type Parameters
- T
- The element type of the vector
Return Value
Type:
VectorTThe new vector.
Implements
IDataObjectTObjectToVectorT(Boolean)
Numerical Libraries
Supported in: 6.0
Reference