C# Class RevitLookup.Snoop.Data.Int

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

Protected Properties

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

Méthodes publiques

Méthode Description
Int ( string label, int val ) : System
StrValue ( ) : string

Method Details

Int() public méthode

public Int ( string label, int val ) : System
label string
val int
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