UInt64Animator.

Interpolate(double, ulong, ulong) Method

Namespace
Avalonia.Animation.Animators
Containing Type
UInt64Animator

Syntax

public override ulong Interpolate(double progress, ulong oldValue, ulong newValue)

Parameters

Name Type Description
progress double
oldValue ulong
newValue ulong

Return Value

Type Description
ulong