Click or drag to resize

DomainDependentDouble Class

A numerical double that can be dependent on the underlying simulation domain configuration.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25.CoreDomainDependentDouble

Namespace: ema3d.Api.V25.Core
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public sealed class DomainDependentDouble

The DomainDependentDouble type exposes the following members.

Constructors
 NameDescription
Public methodDomainDependentDouble Create a new DomainDependentDouble
Top
Properties
 NameDescription
Public propertyMatchDomainType Gets/Sets if value should be dependent on simulation domain configuration.
Public propertyValue Gets/Sets value used if MatchDomainType is set to None.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also