Click or drag to resize

MagnitudeBase Class

[This is preliminary documentation and is subject to change.]

Defines a magnitude
Inheritance Hierarchy
SystemObject
  ModelExchanger.Shared.Models.ResultsMagnitudeBase

Namespace:  ModelExchanger.Shared.Models.Results
Assembly:  ModelExchanger.Shared.Models (in ModelExchanger.Shared.Models.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public abstract class MagnitudeBase : IEquatable<MagnitudeBase>

The MagnitudeBase type exposes the following members.

Constructors
  NameDescription
Protected methodMagnitudeBase
Top
Properties
  NameDescription
Public propertyExtreme
Top
Methods
  NameDescription
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
See Also