|
VectorCreateAsT Method
|
Creates a vector with the shape of the given vector.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static T[] CreateAs<T>(
T[] vector
)
Public Shared Function CreateAs(Of T) (
vector As T()
) As T()
Request Example
View SourceParameters
- vector
- Type: T
The vector whose shape should be copied.
Type Parameters
- T
Return Value
Type:
TSee Also