Implicit conversion from signed byte to 128bit integer.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static implicit operator Int128 (
	sbyte i
)
Visual Basic
Public Shared Widening Operator CType ( 
	i As SByte
) As Int128
Visual C++
static implicit operator Int128 (
	signed char i
)
F#
F# does not support the declaration of new casting operators.

Parameters

i
Type: System..::..SByte
Signed byte

Return Value

Type: Int128
128bit integer

See Also