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