Edit

ExpressionFunctions.Ceil(ScalarNode) Method

Definition

Returns the smallest integral value that is greater than or equal to the specified value.

public static CommunityToolkit.WinUI.Animations.Expressions.ScalarNode Ceil(CommunityToolkit.WinUI.Animations.Expressions.ScalarNode val);
static member Ceil : CommunityToolkit.WinUI.Animations.Expressions.ScalarNode -> CommunityToolkit.WinUI.Animations.Expressions.ScalarNode
Public Shared Function Ceil (val As ScalarNode) As ScalarNode

Parameters

val
ScalarNode

The floating point number to round.

Returns

ScalarNode.

Applies to