CalibrationStandardTVariablesFLowerBound Property
Variables (function of frequency) Lower Bound
Namespace: Metas.Vna.Database.CalibrationStandardsAssembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
public double[][] VariablesFLowerBound { get; set; }
Public Property VariablesFLowerBound As Double()()
Get
Set
public:
virtual property array<array<double>^>^ VariablesFLowerBound {
array<array<double>^>^ get () sealed;
void set (array<array<double>^>^ value) sealed;
}
abstract VariablesFLowerBound : float[][] with get, set
override VariablesFLowerBound : float[][] with get, set
DoubleICalibrationStandardTVariablesFLowerBound