C# Class RevitLookup.Snoop.Data.Double

Snoop.Data class to hold and format a Double value.
Inheritance: Data
Exibir arquivo Open project: jeremytammik/RevitLookup

Protected Properties

Property Type Description
m_val double

Public Methods

Method Description
Double ( string label, double val ) : System
StrValue ( ) : string

Method Details

Double() public method

public Double ( string label, double val ) : System
label string
val double
return System

StrValue() public method

public StrValue ( ) : string
return string

Property Details

m_val protected_oe property

protected double m_val
return double