Click or drag to resize

SIUnitIsCompatibleTo Method

Checks whether this SIUnit is compatible with the dimensions described by the provided UnitDescriptionAttribute.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool IsCompatibleTo(
	UnitDescriptionAttribute attr
)

Parameters

attr  UnitDescriptionAttribute
The attribute describing the required dimension exponents.

Return Value

Boolean
true when this SIUnit has the same exponents as described by attr.
See Also