Search Results for

    Show / Hide Table of Contents

    Class ValueWithUnits

    A numeric value with units

    Inheritance
    System.Object
    ValueWithUnits
    Namespace: Noxum.Nova.Delivery.Client
    Assembly: Noxum.Nova.Delivery.Client.dll
    Syntax
    public sealed class ValueWithUnits : object

    Properties

    UnitRef

    The ID of the units object

    Declaration
    public int UnitRef { get; set; }
    Property Value
    Type Description
    System.Int32

    Value

    The value

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double
    In This Article
    Back to top Version 5.1.0.10