Nevron Open Vision Documentation
Nevron.Nov Namespace / NUnit Structure
Fields Properties Methods


In This Topic
    NUnit Structure Members
    In This Topic

    The following tables list the members exposed by NUnit.

    Protected Constructors
     NameDescription
    Internal Constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Ampere (SI - electric current).  
    Public Fieldstatic (Shared in Visual Basic)Candela (SI - luminous intensity)  
    Public Fieldstatic (Shared in Visual Basic)Centerimeter (SI - length)  
    Public Fieldstatic (Shared in Visual Basic)An array of angle units typically used in drawing and text documents.  
    Public Fieldstatic (Shared in Visual Basic)An array of length units typically used in drawing and text documents.  
    Public Fieldstatic (Shared in Visual Basic)Day unit (has 24 hours)  
    Public Fieldstatic (Shared in Visual Basic)The degree angle unit  
    Public Fieldstatic (Shared in Visual Basic)The dimensionless 1 unit  
    Public Fieldstatic (Shared in Visual Basic)Device Independent Pixel (length). Equal to 1/96 of an inch.  
    Public Fieldstatic (Shared in Visual Basic)Drachm unit (Imperial - mass). Equal to 1.7718451953125 grams.  
    Public Fieldstatic (Shared in Visual Basic)English Metric Unit - 1/360000 of a centimeter and 1/12700 of a point. Extensively used in Office Open XML documents.  
    Public Fieldstatic (Shared in Visual Basic)Foot (Imperial - length)  
    Public Fieldstatic (Shared in Visual Basic)The grad angle unit  
    Public Fieldstatic (Shared in Visual Basic)Grain unit (Imperial - mass). Equal to 0.06479891 grams.  
    Public Fieldstatic (Shared in Visual Basic)Gram unit (SI - mass). (1/1000) of a kilogram  
    Public Fieldstatic (Shared in Visual Basic)Hour unit (1/24) of a day  
    Public Fieldstatic (Shared in Visual Basic)Inch (Imperial - length)  
    Public Fieldstatic (Shared in Visual Basic)Kelvin (SI - thermodynamic temperature).  
    Public Fieldstatic (Shared in Visual Basic)Kilogram (SI - mass).  
    Public Fieldstatic (Shared in Visual Basic)Kilometer (SI - length)  
    Public Fieldstatic (Shared in Visual Basic)Meter (SI - length)  
    Public Fieldstatic (Shared in Visual Basic)Mile (Imperial - length)  
    Public Fieldstatic (Shared in Visual Basic)Milligram unit (SI - mass). (1/1000) of a gram.  
    Public Fieldstatic (Shared in Visual Basic)Millimeter (SI - length). Base for the NOV system, but not for the SI system.  
    Public Fieldstatic (Shared in Visual Basic)Millisecond unit (1/1000) of a second.  
    Public Fieldstatic (Shared in Visual Basic)Millisecond unit (1/60) of an hour.  
    Public Fieldstatic (Shared in Visual Basic)Mole (SI - amount of substance)  
    Public Fieldstatic (Shared in Visual Basic)The Ounce unit (Imperial - mass). Equal to 28.349523125 grams.  
    Public Fieldstatic (Shared in Visual Basic)The Pica (Typographic - length). Equal to 12 points.  
    Public Fieldstatic (Shared in Visual Basic)Pixel (device dependent unit)  
    Public Fieldstatic (Shared in Visual Basic)The Point (Typographic - length). Equal to 1/72 of an inch.  
    Public Fieldstatic (Shared in Visual Basic)The Pound unit (Imperial - mass). Equal to 453.59237 grams.  
    Public Fieldstatic (Shared in Visual Basic)The radian angle unit  
    Public Fieldstatic (Shared in Visual Basic)Millisecond unit (1/60) of a minute (base for both NOV and the SI system).  
    Public Fieldstatic (Shared in Visual Basic)The Stone unit (Imperial - mass). Equal to 6.35029318 kilograms.  
    Public Fieldstatic (Shared in Visual Basic)Tick unit (1/10000) of a millisecond.  
    Public Fieldstatic (Shared in Visual Basic)The Twip (Typographic - length). Equal to 1/20 of a point.  
    Public Fieldstatic (Shared in Visual Basic)Week unit (equal to seven days)  
    Public Fieldstatic (Shared in Visual Basic)Yard (Imperial - length)  
    Top
    Public Properties
     NameDescription
    Public PropertyGets this unit dimension  
    Public PropertyGets the base unit for this unit dimension  
    Public PropertyGets the factor for converting a value measured in this unit, to the base unit for this unit dimension.  
    Public PropertyA relative conversion factor, which is used to convert between units in the same dimension.  
    Public PropertyCheck whether this is a valid unit.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the base unit for the unit dimension.  
    Public MethodOverloaded. Gets the conversion factor for converting a quantity measured in this unit to the target unit. Throws an exception if the conversion is not possible.  
    Public MethodGets the conversion factor for converting a quantity measured in this unit to the pixel unit for the specified resolution. Throws an exception if the conversion is not possible.  
    Public MethodGets the conversion factor for converting a quantity measured in this unit to the target unit. Assumes that the to unit is from the same dimension.  
    Public Method  
    Public MethodDivides this unit with the specified unit and returns the resulting unit and a number  
    Public MethodChecks whether the given object is equal to this base unit.  
    Public MethodFormats this unit, using either full names or abbreviated ones.  
    Public MethodGets the unit short name (abbreviation)  
    Public Methodstatic (Shared in Visual Basic)Gets the base unit for the specified dimension  
    Public MethodGets the hash code for this base unit.  
    Public MethodGets the unit full name  
    Public MethodMultiples this unit with the specified unit and returns the resulting unit and a number  
    Public MethodRaises this unit to the specified power  
    Public Method  
    Public MethodDetermines the square root of this unit. Internally calls Pow(0.5)  
    Public MethodFlips the unit numerator and denomiator. Identical to the raise to power -1.  
    Public MethodGets a string representation of this unit  
    Public MethodOverloaded. Gets the conversion factor for converting a quantity measured in this unit to the target unit. Returns true if the conversion is possible, otherwise returns false.  
    Public MethodGets the conversion factor for converting a quantity measured in this unit to the pixel unit for the specified resolution. Returns true if the conversion is possible, otherwise returns false.  
    Public Methodstatic (Shared in Visual Basic)Tries to get the simple unit with the specified abbreviation.  
    Top
    Protected Methods
     NameDescription
    Internal Methodstatic (Shared in Visual Basic)  
    Top
    Public Operators
    Comparison Equal To operator
    Comparison Not Equal To operator
    Top
    See Also