Table of Contents

Gram Property

Definition

Namespace
Codebelt.Unitify
Assemblies
Codebelt.Unitify.dll
Source
src/Codebelt.Unitify/Unit.Metric.cs

Gram

Gets the opinionated base unit for Mass.

public static IBaseUnit Gram { get; }

Property Value

IBaseUnit

The opinionated base unit for Mass.

Remarks

For consistency with this library, Kilogram (which is the official SI base unit for Mass) has been replaced with Gram.

See Also