C-minor v0.0

CompileTimeOperators.op_explicit_ulong Method

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

Overloads

op_explicit_ulong(float)
op_explicit_ulong(double)
op_explicit_ulong(sbyte)
op_explicit_ulong(byte)
op_explicit_ulong(short)
op_explicit_ulong(int)
op_explicit_ulong(long)

op_explicit_ulong(float)

public static UInt64 op_explicit_ulong(float value);

Parameters

float value

Returns

UInt64

op_explicit_ulong(double)

public static UInt64 op_explicit_ulong(double value);

Parameters

double value

Returns

UInt64

op_explicit_ulong(sbyte)

public static UInt64 op_explicit_ulong(sbyte value);

Parameters

sbyte value

Returns

UInt64

op_explicit_ulong(byte)

public static UInt64 op_explicit_ulong(byte value);

Parameters

byte value

Returns

UInt64

op_explicit_ulong(short)

public static UInt64 op_explicit_ulong(short value);

Parameters

short value

Returns

UInt64

op_explicit_ulong(int)

public static UInt64 op_explicit_ulong(int value);

Parameters

int value

Returns

UInt64

op_explicit_ulong(long)

public static UInt64 op_explicit_ulong(long value);

Parameters

long value

Returns

UInt64