Cove - A Practical Quantum Computer Programming Framework
ToSignedInt32 Method
NamespacesCove.BaseClassicalResultToSignedInt32()()()
Assume this number is a 32 bit signed integer (using 2's compliment and return the signed integer that it represents
Declaration Syntax
C#Visual BasicVisual C++
public int ToSignedInt32()
Public Function ToSignedInt32 As Integer
public:
int ToSignedInt32()
Return Value
The 32 bit signed integer that this value represents

Assembly: Cove.Base (Module: Cove.Base) Version: 1.0.0.0 (1.0.0.0)