Search Results for

    Show / Hide Table of Contents

    Class ValueWithUnits

    A numeric value with units

    Inheritance
    object
    ValueWithUnits
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Delivery.Client
    Assembly: Noxum.Nova.Delivery.Client.dll
    Syntax
    public sealed class ValueWithUnits

    Properties

    UnitRef

    The ID of the units object

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

    Value

    The value

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    double
    In this article
    Back to top Version 6.1.0.21rc