Table of Contents

Prefix Constructor

Definition

Namespace
Codebelt.Unitify
Assemblies
Codebelt.Unitify.dll
Source
src/Codebelt.Unitify/Prefix.cs

Prefix(string, string, double, double)

Initializes a new instance of the Prefix class.

protected Prefix(string name, string symbol, double @base, double exponent)

Parameters

name string

The name of the binary unit.

symbol string

The symbol of the unit prefix.

base double

The number to be raised to a power.

exponent double

The number that specifies a power.