C# Class LessCss.StyleValue

Afficher le fichier Open project: erikvanbrakel/less.net Class Usage Examples

Méthodes publiques

Méthode Description
GetValue ( ) : decimal
operator ( ) : StyleValue

Méthodes protégées

Méthode Description
Add ( StyleValue right ) : StyleValue
Div ( StyleValue right ) : StyleValue
Mul ( StyleValue right ) : StyleValue
Sub ( StyleValue right ) : StyleValue

Method Details

Add() protected méthode

protected Add ( StyleValue right ) : StyleValue
right StyleValue
Résultat StyleValue

Div() protected méthode

protected Div ( StyleValue right ) : StyleValue
right StyleValue
Résultat StyleValue

GetValue() public méthode

public GetValue ( ) : decimal
Résultat decimal

Mul() protected méthode

protected Mul ( StyleValue right ) : StyleValue
right StyleValue
Résultat StyleValue

Sub() protected méthode

protected Sub ( StyleValue right ) : StyleValue
right StyleValue
Résultat StyleValue

operator() public static méthode

public static operator ( ) : StyleValue
Résultat StyleValue