|
JaggedCreateAsTInput, TOutput Method (TInput)
|
Returns a new multidimensional matrix.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static TOutput[][][] CreateAs<TInput, TOutput>(
TInput[][][] matrix
)
Public Shared Function CreateAs(Of TInput, TOutput) (
matrix As TInput()()()
) As TOutput()()()
Request Example
View SourceParameters
- matrix
- Type: TInput
Type Parameters
- TInput
- TOutput
Return Value
Type:
TOutputSee Also