Class DoubleField
Double Field UI element.
Inheritance
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class DoubleField : NumericalField<double>, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IValidatableElement<double>, ISizeableElement, INotifyValueChanging<double>, INotifyValueChanged<double>
Constructors
Name | Description |
---|---|
DoubleField() | Default constructor. |
Methods
Name | Description |
---|---|
AreEqual(double, double) | Check if two values of type TValueType are equal. |
GetIncrementFactor(double) | Calculate the increment factor based on a base value. |
Increment(double, float) | Increment a given value with a given delta. |
Max(double, double) | Return the biggest value between a and b. |
Min(double, double) | Return the smallest value between a and b. |
ParseStringToValue(string, out double) | Define the conversion from the string value to a TValueType value. |
ParseValueToString(double) | Define the conversion from a TValueType value to a string value. |