Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 4
System
Math Class
Math Methods
Min Method
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
.NET Framework Class Library
Math..::.Min Method

Returns the smaller of two numbers.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public methodStatic memberMin(Byte, Byte)Returns the smaller of two 8-bit unsigned integers.
Public methodStatic memberMin(Decimal, Decimal)Returns the smaller of two decimal numbers.
Public methodStatic memberMin(Double, Double)Returns the smaller of two double-precision floating-point numbers.
Public methodStatic memberMin(Int16, Int16)Returns the smaller of two 16-bit signed integers.
Public methodStatic memberMin(Int32, Int32)Returns the smaller of two 32-bit signed integers.
Public methodStatic memberMin(Int64, Int64)Returns the smaller of two 64-bit signed integers.
Public methodStatic memberMin(SByte, SByte)Returns the smaller of two 8-bit signed integers.
Public methodStatic memberMin(Single, Single)Returns the smaller of two single-precision floating-point numbers.
Public methodStatic memberMin(UInt16, UInt16)Returns the smaller of two 16-bit unsigned integers.
Public methodStatic memberMin(UInt32, UInt32)Returns the smaller of two 32-bit unsigned integers.
Public methodStatic memberMin(UInt64, UInt64)Returns the smaller of two 64-bit unsigned integers.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker