C-minor v0.0

CompileTimeOperators.op_explicit_long Method

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: CompileTimeOperators

Overloads

op_explicit_long(UInt64)
op_explicit_long(float)
op_explicit_long(double)

op_explicit_long(UInt64)

public static long op_explicit_long(UInt64 value);

Parameters

UInt64 value

Returns

long

op_explicit_long(float)

public static long op_explicit_long(float value);

Parameters

float value

Returns

long

op_explicit_long(double)

public static long op_explicit_long(double value);

Parameters

double value

Returns

long