Menu - Top - Home - Donate to Me

PeterO.PrecisionContext

PeterO.PrecisionContext

public class PrecisionContext

Deprecated. Use EContext from PeterO.Numbers/com.upokecenter.numbers.

A precision context.

Member Summary

PrecisionContext Constructor

public PrecisionContext(
    int precision,
    PeterO.Rounding rounding,
    int exponentMinSmall,
    int exponentMaxSmall,
    bool clampNormalExponents);

Initializes a new instance of the PeterO.PrecisionContext class. HasFlags will be set to false.

Parameters:

ToString

public override string ToString();

Gets a string representation of this object. Note that the format is not intended to be parsed and may change at any time.

Return Value:

A string representation of this object.

Back to CBOR start page.