C# Class YAMP.NumericValue

Base class for numeric classes.
Inheritance: Value
ファイルを表示 Open project: CHMP-HLab/HLab.Erp.Lims.Analysis

Public Methods

Method Description
Clear ( ) : void

Clears the contents of the numeric value.

Method Details

Clear() public abstract method

Clears the contents of the numeric value.
public abstract Clear ( ) : void
return void