isScalarSI property
bool
get
isScalarSI
Whether or not this Quantity has scalar dimensions in the strict International System of Units (SI) sense, which allows non-zero angle and solid angle dimensions.
Use isScalarSI
to see if these Dimensions are scalar in the strict
International System of Units sense, which allows non-zero angular and
solid angular dimensions.
Implementation
bool get isScalarSI => dimensions.isScalarSI;