Runtime Class

Definition

Provides utility functions.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class Runtime abstract sealed
public static class Runtime
type Runtime = class
Public Class Runtime
Inheritance
Runtime

Methods

DoubleToInt64(Double)

This API supports the product infrastructure and is not intended to be used directly from your code.

Converts the specified Double value to an Int64.

Equals(Object, Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Determines whether two specified values are equal.

UncheckedDecimalToInt64(Decimal)

This API supports the product infrastructure and is not intended to be used directly from your code.

Converts the specified Decimal value to an Int64.

Applies to

See also