C# Class Scriban.Helpers.MathFunctions

Math functions available through the object 'math' in scriban.
Afficher le fichier Open project: lunet-io/scriban

Méthodes publiques

Méthode Description
Ceil ( double value ) : double
Floor ( double value ) : double

Private Methods

Méthode Description
Register ( ScriptObject builtins ) : void
Round ( TemplateContext context, ScriptNode callerContext, ScriptArray parameters ) : object
Round ( int precision, double value ) : object

Method Details

Ceil() public static méthode

public static Ceil ( double value ) : double
value double
Résultat double

Floor() public static méthode

public static Floor ( double value ) : double
value double
Résultat double