Show / Hide Table of Contents

Struct BisectionResultSerialized

Serializable (pure-data) object representing a BisectionResult.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.GetType()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: SadRogue.Primitives.SerializedTypes
Assembly: TheSadRogue.Primitives.dll
Syntax
public struct BisectionResultSerialized

Fields

View Source

Rect1

The first rectangle.

Declaration
public RectangleSerialized Rect1
Field Value
Type Description
RectangleSerialized
View Source

Rect2

The second rectangle.

Declaration
public RectangleSerialized Rect2
Field Value
Type Description
RectangleSerialized

Operators

View Source

implicit operator BisectionResultSerialized(BisectionResult)

Converts from BisectionResult to BisectionResultSerialized.

Declaration
public static implicit operator BisectionResultSerialized(BisectionResult result)
Parameters
Type Name Description
BisectionResult result
Returns
Type Description
BisectionResultSerialized
View Source

implicit operator BisectionResult(BisectionResultSerialized)

Converts from BisectionResultSerialized to BisectionResult.

Declaration
public static implicit operator BisectionResult(BisectionResultSerialized result)
Parameters
Type Name Description
BisectionResultSerialized result
Returns
Type Description
BisectionResult

Extension Methods

PropertyChangedEventHelpers.SafelySetProperty<TObject, TProperty>(TObject, ref TProperty, TProperty, EventHandler<ValueChangedEventArgs<TProperty>>?)
PropertyChangedEventHelpers.SafelySetProperty<TObject, TProperty>(TObject, ref TProperty, TProperty, EventHandler<ValueChangedEventArgs<TProperty>>?, EventHandler<ValueChangedEventArgs<TProperty>>?)
  • View Source
In this article
Back to top Generated by DocFX