ExpressionFunctions.Log10(ScalarNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the base 10 logarithm of a specified number.
public static CommunityToolkit.WinUI.Animations.Expressions.ScalarNode Log10(CommunityToolkit.WinUI.Animations.Expressions.ScalarNode val);
static member Log10 : CommunityToolkit.WinUI.Animations.Expressions.ScalarNode -> CommunityToolkit.WinUI.Animations.Expressions.ScalarNode
Public Shared Function Log10 (val As ScalarNode) As ScalarNode
Parameters
- val
- ScalarNode
The number whose base 10 logarithm is to be calculated.
Returns
ScalarNode.