BitOperationsTryWriteSByte Method

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
[CLSCompliantAttribute(false)]
public static bool TryWriteSByte(
	Span<byte> destination,
	sbyte value
)

Parameters

destination  SpanByte
 
value  SByte
 

Return Value

Boolean

See Also