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