DependsOnTGetNumberOfCommonInputsD Method

Get Number of Common Inputs

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static int GetNumberOfCommonInputs<D>(
	D[] sys1,
	D[] sys2
)
where D : new(), DependsOn<T>

Parameters

sys1  D
Dependencies 1
sys2  D
Dependencies 2

Type Parameters

D

Return Value

Int32

See Also