Namespace: DeltaEngine.ExtensionsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static int GetNearestMultiple(
this int value,
int multipleValue
)
public static int GetNearestMultiple(
this int value,
int multipleValue
)
<ExtensionAttribute>
Public Shared Function GetNearestMultiple (
value As Integer,
multipleValue As Integer
) As Integer
<ExtensionAttribute>
Public Shared Function GetNearestMultiple (
value As Integer,
multipleValue As Integer
) As Integer
public:
[ExtensionAttribute]
static int GetNearestMultiple(
int value,
int multipleValue
)
public:
[ExtensionAttribute]
static int GetNearestMultiple(
int value,
int multipleValue
)
static member GetNearestMultiple :
value : int *
multipleValue : int -> int
static member GetNearestMultiple :
value : int *
multipleValue : int -> int
Return Value
Type:
Int32Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Int32. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).