Show / Hide Table of Contents

Class BisectionResultSerialized

Serializable (pure-data) object representing a BisectionResult.

Inheritance
Object
BisectionResultSerialized
Namespace: SadRogue.Primitives.SerializedTypes
Assembly: TheSadRogue.Primitives.dll
Syntax
public sealed class BisectionResultSerialized : ValueType

Fields

Rect1

The first rectangle.

Declaration
public RectangleSerialized Rect1
Field Value
Type Description
RectangleSerialized

Rect2

The second rectangle.

Declaration
public RectangleSerialized Rect2
Field Value
Type Description
RectangleSerialized

Operators

Implicit(BisectionResult to BisectionResultSerialized)

Converts from BisectionResult to BisectionResultSerialized.

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

Implicit(BisectionResultSerialized to BisectionResult)

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>>)
In This Article
Back to top Generated by DocFX