Click or drag to resize

FrequencySpecificElectricFieldPattern Class

Defines a SphericalTabularElectricFieldPattern which is associated with a given frequency.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CommunicationsFrequencySpecificElectricFieldPattern

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class FrequencySpecificElectricFieldPattern : IEquatable<FrequencySpecificElectricFieldPattern>

The FrequencySpecificElectricFieldPattern type exposes the following members.

Constructors
  NameDescription
Public methodFrequencySpecificElectricFieldPattern(FrequencySpecificElectricFieldPattern)
Initializes a new instance as a copy of an existing instance.
Public methodFrequencySpecificElectricFieldPattern(Double, SphericalTabularElectricFieldPattern)
Initializes an instance with the provided parameters
Top
Properties
  NameDescription
Public propertyElectricFieldPattern
Gets the electric field pattern.
Public propertyFrequency
Gets the frequency at which the electric field pattern applies.
Top
Methods
  NameDescription
Public methodEquals(FrequencySpecificElectricFieldPattern)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also