Search Results for

    Show / Hide Table of Contents

    Interface IDoseValueDisplaySettings

    Application specific dose value display settings.

    Namespace: VMS.TPS.Common.Model.Types
    Assembly: VMS.TPS.Common.Model.Types.dll
    Syntax
    public interface IDoseValueDisplaySettings

    Methods

    Decimals(DoseValue.DoseUnit)

    Determines how many decimals to use to display a dosevalue with specified unit.

    Declaration
    int Decimals(DoseValue.DoseUnit unit)
    Parameters
    Type Name Description
    DoseValue.DoseUnit unit

    DoseUnit for which the number of decimals is requested.

    Returns
    Type Description
    System.Int32

    Number of decimals to use for the dose unit.

    In This Article
    Back to top