Table of Contents

Interface ISystemOfMeasurement<T>

Namespace
Physics.NET.DimensionalAnalysis
Assembly
Physics.NET.dll

Defines support for systems of measurement.

public interface ISystemOfMeasurement<T> where T : ISystemOfMeasurement<T>

Type Parameters

T

The type that implements the interface.

Properties

Name

The name of the system of measurement.

public static abstract string Name { get; }

Property Value

string