public class MaterialParamData<T> : IMaterialParamData<T>
where T : new(), Object, IRealNumber<T>
Public Class MaterialParamData(Of T As {New, Object, IRealNumber(Of T)})
Implements IMaterialParamData(Of T)
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
public ref class MaterialParamData : IMaterialParamData<T>
type MaterialParamData<'T when 'T : new() and Object and IRealNumber<'T>> =
class
interface IMaterialParamData<'T>
end
MaterialParamDataT | Material Parameter Data |
MaterialParamDataT(Double) | Material Parameter Data |
MaterialParamDataT(Int32) | Material Parameter Data |
Frequency | Frequency / Hz |
NFreq | Number of Frequency Points |
RelativePermeability | Relative Permeability µr |
RelativePermittivity | Relative Permittivity εr |
ConvertToT2 | Convert To |
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) |
Init(Double) | Initializes Material Parameter Data |
Init(Int32) | Initializes Material Parameter Data |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |