CheckCmcDelegate Delegate
Namespace: Metas.Vna.Data.ExplorerAssembly: Metas.Vna.Data.Explorer (in Metas.Vna.Data.Explorer.exe) Version: 2.8.9053.20306
public delegate bool CheckCmcDelegate(
VnaData<UncNumber> a,
out bool[,] re_check,
out bool[,] im_check,
out bool[,] m_check,
out bool[,] p_check
)
Public Delegate Function CheckCmcDelegate (
a As VnaData(Of UncNumber),
<OutAttribute> ByRef re_check As Boolean(,),
<OutAttribute> ByRef im_check As Boolean(,),
<OutAttribute> ByRef m_check As Boolean(,),
<OutAttribute> ByRef p_check As Boolean(,)
) As Boolean
public delegate bool CheckCmcDelegate(
VnaData<UncNumber>^ a,
[OutAttribute] array<bool,2>^% re_check,
[OutAttribute] array<bool,2>^% im_check,
[OutAttribute] array<bool,2>^% m_check,
[OutAttribute] array<bool,2>^% p_check
)
type CheckCmcDelegate =
delegate of
a : VnaData<UncNumber> *
re_check : bool[,] byref *
im_check : bool[,] byref *
m_check : bool[,] byref *
p_check : bool[,] byref -> bool
- a VnaDataUncNumber
-
- re_check Boolean
-
- im_check Boolean
-
- m_check Boolean
-
- p_check Boolean
-
Boolean