Table of Contents

CreateBecquerel Method

Definition

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

CreateBecquerel(double, IPrefix, Action<UnitFormatOptions>)

Creates a unit of measure for Radioactivity in becquerels.

public static IPrefixUnit CreateBecquerel(double value, IPrefix prefix = null, Action<UnitFormatOptions> setup = null)

Parameters

value double

The value of the unit.

prefix IPrefix

The prefix of the unit.

setup Action<UnitFormatOptions>

The UnitFormatOptions which may be configured.

Returns

IPrefixUnit

A unit of measure for Radioactivity in becquerels.

See Also