C# Class LessCss.StyleValue

显示文件 Open project: erikvanbrakel/less.net Class Usage Examples

Public Methods

Method Description
GetValue ( ) : decimal
operator ( ) : StyleValue

Protected Methods

Method Description
Add ( StyleValue right ) : StyleValue
Div ( StyleValue right ) : StyleValue
Mul ( StyleValue right ) : StyleValue
Sub ( StyleValue right ) : StyleValue

Method Details

Add() protected method

protected Add ( StyleValue right ) : StyleValue
right StyleValue
return StyleValue

Div() protected method

protected Div ( StyleValue right ) : StyleValue
right StyleValue
return StyleValue

GetValue() public method

public GetValue ( ) : decimal
return decimal

Mul() protected method

protected Mul ( StyleValue right ) : StyleValue
right StyleValue
return StyleValue

Sub() protected method

protected Sub ( StyleValue right ) : StyleValue
right StyleValue
return StyleValue

operator() public static method

public static operator ( ) : StyleValue
return StyleValue