Z_Y_PolynomT Class

Z and Y Polynomial

Definition

Namespace: Metas.Vna.Data
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
C#
public class Z_Y_Polynom<T>
where T : new(), Object, IRealNumber<T>
Inheritance
Object    Z_Y_PolynomT

Type Parameters

T

Constructors

Z_Y_PolynomTInitializes a new instance of the Z_Y_PolynomT class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

Y Y / S = ..., y_n-4 / (S/GHz^1.5), y_n-3 / (S/GHz^1.0), y_n-2 / (S/GHz^0.5), y_n-1 / S
Z Z / Ohm = ..., z_n-4 / (Ohm/GHz^1.5), z_n-3 / (Ohm/GHz^1.0), z_n-2 / (Ohm/GHz^0.5), z_n-1 / Ohm

See Also