Property IsDimensionless
IsDimensionless
Returns whether the units of a numeric object has dimensions. Only applicable for objects of type Number.
Declaration
bool IsDimensionless { get; }
Property Value
| Type | Description |
|---|---|
| bool | true if the object has dimensions; otherwise false |