Namespace: DeltaEngine.ExtensionsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static float Round(
this float value,
int decimals
)
public static float Round(
this float value,
int decimals
)
<ExtensionAttribute>
Public Shared Function Round (
value As Single,
decimals As Integer
) As Single
<ExtensionAttribute>
Public Shared Function Round (
value As Single,
decimals As Integer
) As Single
public:
[ExtensionAttribute]
static float Round(
float value,
int decimals
)
public:
[ExtensionAttribute]
static float Round(
float value,
int decimals
)
static member Round :
value : float32 *
decimals : int -> float32
static member Round :
value : float32 *
decimals : int -> float32
Return Value
Type:
SingleUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Single. 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).