C# Class Microsoft.JScript.Runtime

Mostrar archivo Open project: gbarnett/shared-source-cli-2.0

Private Properties

Property Type Description
CreateThunkModuleBuilder System.Reflection.Emit.ModuleBuilder

Public Methods

Method Description
DoubleToInt64 ( double val ) : System.Int64
Equals ( Object v1, Object v2 ) : bool
UncheckedDecimalToInt64 ( Decimal val ) : System.Int64

Private Methods

Method Description
CreateThunkModuleBuilder ( ) : ModuleBuilder

Method Details

DoubleToInt64() public static method

public static DoubleToInt64 ( double val ) : System.Int64
val double
return System.Int64

Equals() public static method

public static Equals ( Object v1, Object v2 ) : bool
v1 Object
v2 Object
return bool

UncheckedDecimalToInt64() public static method

public static UncheckedDecimalToInt64 ( Decimal val ) : System.Int64
val Decimal
return System.Int64