IntPtr.MinValue Property

Definition

Gets the smallest possible value of IntPtr.

public:
 static property IntPtr MinValue { IntPtr get(); };
public static IntPtr MinValue { get; }
static member MinValue : nativeint
Public Shared ReadOnly Property MinValue As IntPtr

Property Value

IntPtr

nativeint

x if it is less than y; otherwise, y.

Implements

Applies to