You are here: Start » AVL.NET » ValueLimits Class

ValueLimits Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Constructors

 ConstructorDescription
ValueLimits()
ValueLimits(Optional<Single>, Optional<Single>)

Properties

 NameTypeDescription
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsEmptyIntervalSystem.Boolean
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
MaxValueAtl.Optional<System.Single>
MinValueAtl.Optional<System.Single>

Methods

 NameDescription
CopyTo(Avl.ValueLimits)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Avl.ValueLimits)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
IsWithin(float)
MoveTo(Avl.ValueLimits)
ToString()Inherited from System.Object

See also