MaterialParamDataT Class

Material Parameter Data

Definition

Namespace: Metas.Vna.Data.MaterialParameters
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
C#
public class MaterialParamData<T> : IMaterialParamData<T>
where T : new(), Object, IRealNumber<T>
Inheritance
Object    MaterialParamDataT
Implements
IMaterialParamDataT

Type Parameters

T
Real Number Type

Constructors

MaterialParamDataT Material Parameter Data
MaterialParamDataT(Double) Material Parameter Data
MaterialParamDataT(Int32) Material Parameter Data

Properties

Frequency Frequency / Hz
NFreq Number of Frequency Points
RelativePermeability Relative Permeability µr
RelativePermittivity Relative Permittivity εr

Methods

ConvertToT2 Convert To
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)
Init(Double) Initializes Material Parameter Data
Init(Int32) Initializes Material Parameter Data
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also