C# Class ATMLModelLibrary.model.StandardPrefixes

Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Protected Properties

Property Type Description
prefixes StandardUnitPrefix>.Dictionary

Public Methods

Method Description
Multiplier ( string prefix ) : double

Protected Methods

Method Description
Add ( StandardUnitPrefix prefix ) : void

Method Details

Add() protected static method

protected static Add ( StandardUnitPrefix prefix ) : void
prefix StandardUnitPrefix
return void

Multiplier() public static method

public static Multiplier ( string prefix ) : double
prefix string
return double

Property Details

prefixes protected static property

protected static Dictionary prefixes
return StandardUnitPrefix>.Dictionary