C# Class RevitLookup.Snoop.Data.Double

Snoop.Data class to hold and format a Double value.
Inheritance: Data
Afficher le fichier Open project: jeremytammik/RevitLookup

Protected Properties

Свойство Type Description
m_val double

Méthodes publiques

Méthode Description
Double ( string label, double val ) : System
StrValue ( ) : string

Method Details

Double() public méthode

public Double ( string label, double val ) : System
label string
val double
Résultat System

StrValue() public méthode

public StrValue ( ) : string
Résultat string

Property Details

m_val protected_oe property

protected double m_val
Résultat double