Windward Engine API Reference
Min Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > PropertyValue Class : Min Property




Glossary Item Box

The min value allowed for an int value. Integer.MIN if not set.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Min As Integer
Visual Basic (Usage)Copy Code
Dim instance As PropertyValue
Dim value As Integer
 
value = instance.Min
C# 
public int Min {get;}
Managed Extensions for C++ 
public: __property int get_Min();
C++/CLI 
public:
property int Min {
   int get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.