Click or drag to resize

BitsShiftRight Method (Int64, Int32)

[Missing <summary> documentation for "M:Demo3D.Utilities.Bits.ShiftRight(System.Int64,System.Int32)"]

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static long ShiftRight(
	long n,
	int places
)

Parameters

n
Type: SystemInt64

[Missing <param name="n"/> documentation for "M:Demo3D.Utilities.Bits.ShiftRight(System.Int64,System.Int32)"]

places
Type: SystemInt32

[Missing <param name="places"/> documentation for "M:Demo3D.Utilities.Bits.ShiftRight(System.Int64,System.Int32)"]

Return Value

Type: Int64

[Missing <returns> documentation for "M:Demo3D.Utilities.Bits.ShiftRight(System.Int64,System.Int32)"]

See Also