 | DomainDependentDouble Constructor |
Create a new DomainDependentDouble
Namespace: ema3d.Api.V25.CoreAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic DomainDependentDouble(
double value,
MatchDomainType matchDomain
)
Public Sub New (
value As Double,
matchDomain As MatchDomainType
)
public:
DomainDependentDouble(
double value,
MatchDomainType matchDomain
)
new :
value : float *
matchDomain : MatchDomainType -> DomainDependentDouble
Parameters
- value Double
- matchDomain MatchDomainType
See Also