SByte¶
The SByte module.
op_Addition¶
-
SystemSByte.__op_Addition__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)¶
outputs: unnamed (Int32)
flow: none
sbyte CompareTo¶
-
SystemSByte.__CompareTo__SystemObject__SystemInt32(System.SByte instanceSystem.Object obj)¶
outputs: unnamed (Int32)
flow: none
op_Division¶
-
SystemSByte.__op_Division__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)¶
outputs: unnamed (Int32)
flow: none
op_Equality¶
-
SystemSByte.__op_Equality__SystemSByte_SystemSByte__SystemBoolean(System.SByte System.SByte)¶
outputs: unnamed (Boolean)
flow: none
sbyte Equals¶
-
SystemSByte.__Equals__SystemObject__SystemBoolean(System.SByte instanceSystem.Object obj)¶
outputs: unnamed (Boolean)
flow: none
sbyte GetHashCode¶
-
SystemSByte.__GetHashCode__SystemInt32(System.SByte instance)¶
outputs: unnamed (Int32)
flow: none
sbyte GetType¶
-
SystemSByte.__GetType__SystemType(System.SByte instance)¶
outputs: unnamed (Type)
flow: none
op_GreaterThan¶
-
SystemSByte.__op_GreaterThan__SystemSByte_SystemSByte__SystemBoolean(System.SByte System.SByte)¶
outputs: unnamed (Boolean)
flow: none
op_GreaterThanOrEqual¶
-
SystemSByte.__op_GreaterThanOrEqual__SystemSByte_SystemSByte__SystemBoolean(System.SByte System.SByte)¶
outputs: unnamed (Boolean)
flow: none
op_Inequality¶
-
SystemSByte.__op_Inequality__SystemSByte_SystemSByte__SystemBoolean(System.SByte System.SByte)¶
outputs: unnamed (Boolean)
flow: none
op_LeftShift¶
-
SystemSByte.__op_LeftShift__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)¶
outputs: unnamed (Int32)
flow: none
op_LessThan¶
-
SystemSByte.__op_LessThan__SystemSByte_SystemSByte__SystemBoolean(System.SByte System.SByte)¶
outputs: unnamed (Boolean)
flow: none
op_LessThanOrEqual¶
-
SystemSByte.__op_LessThanOrEqual__SystemSByte_SystemSByte__SystemBoolean(System.SByte System.SByte)¶
outputs: unnamed (Boolean)
flow: none
op_LogicalAnd¶
-
SystemSByte.__op_LogicalAnd__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)¶
outputs: unnamed (Int32)
flow: none
op_LogicalOr¶
-
SystemSByte.__op_LogicalOr__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)¶
outputs: unnamed (Int32)
flow: none
op_LogicalXor¶
-
SystemSByte.__op_LogicalXor__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)¶
outputs: unnamed (Int32)
flow: none
op_Multiplication¶
-
SystemSByte.__op_Multiplication__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)¶
outputs: unnamed (Int32)
flow: none
sbyte Parse¶
-
SystemSByte.__Parse__SystemString__SystemSByte(System.String s)¶
outputs: unnamed (SByte)
flow: none
op_RightShift¶
-
SystemSByte.__op_RightShift__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)¶
outputs: unnamed (Int32)
flow: none
op_Subtraction¶
-
SystemSByte.__op_Subtraction__SystemSByte_SystemSByte__SystemInt32(System.SByte System.SByte)¶
outputs: unnamed (Int32)
flow: none
sbyte ToString¶
-
SystemSByte.__ToString__SystemString(System.SByte instance)¶
outputs: unnamed (String)
flow: none
sbyte TryParse¶
-
SystemSByte.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemSByteRef__SystemBoolean(System.String sSystem.Globalization.NumberStyles styleSystem.IFormatProvider provider)¶
outputs: result (SByte), unnamed (Boolean)
flow inputs: unnamed
flow outputs: unnamed