public class Z_Y_Polynom<T>
where T : new(), Object, IRealNumber<T>
Public Class Z_Y_Polynom(Of T As {New, Object, IRealNumber(Of T)})
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
public ref class Z_Y_Polynom
type Z_Y_Polynom<'T when 'T : new() and Object and IRealNumber<'T>> = class end
Z_Y_PolynomT | Initializes a new instance of the Z_Y_PolynomT class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
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 |