The BluefinInteger type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | BluefinInteger |
Initializes new instance with given System.Int32 value.
|
Methods
Name | Description | |
---|---|---|
![]() | IsNull |
Checks to see whether incapsulated value denotes null.
(Overrides BluefinValue T IsNull .) |
![]() | ToString |
Returns string representation of encapsulated value.
(Inherited from BluefinValue T .) |
Fields
Name | Description | |
---|---|---|
![]() | t |
Refers incapsulated value object.
(Inherited from BluefinValue T .) |
Properties
Name | Description | |
---|---|---|
![]() | Value |
Gets incapsulated value.
(Inherited from BluefinValue T .) |
See Also