Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int Count<T>(
T[][] matrix,
T val
)
Public Shared Function Count(Of T) (
matrix As T()(),
val As T
) As Integer
public:
generic<typename T>
static int Count(
array<array<T>^>^ matrix,
T val
)
static member Count :
matrix : 'T[][] *
val : 'T -> int
Parameters
- matrix
- Type: T
- val
- Type: T
Type Parameters
- T
Return Value
Type:
Int32
See Also